Class: Aws::ApiGatewayV2::Types::CreateApiMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateApiMappingInput
- Includes:
- Structure
- Defined in:
- 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.
550 551 552 553 554 555 556 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 550 class CreateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_key ⇒ String
The API mapping key.
550 551 552 553 554 555 556 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 550 class CreateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The API stage.
550 551 552 553 554 555 556 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 550 class CreateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |