Class: Aws::ApiGatewayV2::Types::CreateApiMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateApiMappingInput
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for a CreateApiMapping request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API identifier.
-
#api_mapping_key ⇒ String
The API mapping key.
-
#stage ⇒ String
The API stage.
Instance Attribute Details
#api_id ⇒ String
The API identifier.
551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 551 class CreateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_key ⇒ String
The API mapping key.
551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 551 class CreateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The API stage.
551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 551 class CreateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |