Class: Aws::ApiGatewayV2::Types::UpdateApiMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateApiMappingRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass UpdateApiMappingRequest data as a hash:
{
api_id: "Id", # required
api_mapping_id: "__string", # required
api_mapping_key: "SelectionKey",
domain_name: "__string", # required
stage: "StringWithLengthBetween1And128",
}
Constant Summary collapse
- SENSITIVE =
[]
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.
6626 6627 6628 6629 6630 6631 6632 6633 6634 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6626 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_id ⇒ String
6626 6627 6628 6629 6630 6631 6632 6633 6634 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6626 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |
#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.
6626 6627 6628 6629 6630 6631 6632 6633 6634 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6626 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
6626 6627 6628 6629 6630 6631 6632 6633 6634 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6626 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
A string with a length between [1-128].
6626 6627 6628 6629 6630 6631 6632 6633 6634 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6626 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |