You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::UpdateApiRequestWhen passing UpdateApiRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
api_id: "__string", api_key_selection_expression: "SelectionExpression",
cors_configuration: {
allow_credentials: false,
allow_headers: ["__string"],
allow_methods: ["StringWithLengthBetween1And64"],
allow_origins: ["__string"],
expose_headers: ["__string"],
max_age: 1,
},
credentials_arn: "Arn",
description: "StringWithLengthBetween0And1024",
disable_schema_validation: false,
disable_execute_api_endpoint: false,
name: "StringWithLengthBetween1And128",
route_key: "SelectionKey",
route_selection_expression: "SelectionExpression",
target: "UriWithLengthBetween1And2048",
version: "StringWithLengthBetween1And64",
}
Instance Attribute Summary collapse
An expression used to extract information at runtime.
Represents a CORS configuration.
Represents an Amazon Resource Name (ARN).
.
A string with a length between [0-1024].
.
A string with a length between [1-128].
.
After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key.
An expression used to extract information at runtime.
A string representation of a URI with a length between [1-2048].
.
A string with a length between [1-64].
.
Represents a CORS configuration. Supported only for HTTP APIs. See Configuring CORS for more information.
#credentials_arn ⇒ StringRepresents an Amazon Resource Name (ARN).
#description ⇒ StringA string with a length between [0-1024].
#disable_execute_api_endpoint ⇒ Boolean #disable_schema_validation ⇒ Boolean #name ⇒ StringA string with a length between [1-128].
#route_key ⇒ StringAfter evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See Selection Expressions for a list of expressions and each expression's associated selection key type.
#route_selection_expression ⇒ String #target ⇒ StringA string representation of a URI with a length between [1-2048].
#version ⇒ StringA string with a length between [1-64].
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4