Class: Aws::ApiGatewayV2::Types::UpdateApiMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateApiMappingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for an UpdateApiMapping 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.
5851 5852 5853 5854 5855 5856 5857 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5851 class UpdateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_key ⇒ String
The API mapping key.
5851 5852 5853 5854 5855 5856 5857 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5851 class UpdateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The API stage.
5851 5852 5853 5854 5855 5856 5857 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5851 class UpdateApiMappingInput < Struct.new( :api_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |