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
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.
5887 5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5887 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_id ⇒ String
5887 5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5887 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.
5887 5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5887 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
5887 5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5887 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].
5887 5888 5889 5890 5891 5892 5893 5894 5895 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5887 class UpdateApiMappingRequest < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :domain_name, :stage) SENSITIVE = [] include Aws::Structure end |