You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::UpdateApiMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateApiMappingRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateApiMappingRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
api_id: "Id", # required
api_mapping_id: "__string", # required
api_mapping_key: "SelectionKey",
domain_name: "__string", # required
stage: "StringWithLengthBetween1And128",
}
Instance Attribute Summary collapse
-
#api_id ⇒ String
The identifier.
.
-
#api_mapping_id ⇒ String
-
#api_mapping_key ⇒ String
After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key.
-
#domain_name ⇒ String
-
#stage ⇒ String
A string with a length between [1-128].
.
Instance Attribute Details
#api_id ⇒ String
The identifier.
#api_mapping_id ⇒ String
#api_mapping_key ⇒ String
After 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.
#domain_name ⇒ String
#stage ⇒ String
A string with a length between [1-128].