Class: Aws::ApiGatewayV2::Types::ApiMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ApiMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents an API mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API identifier.
-
#api_mapping_id ⇒ String
The API mapping identifier.
-
#api_mapping_key ⇒ String
The API mapping key.
-
#stage ⇒ String
The API stage.
Instance Attribute Details
#api_id ⇒ String
The API identifier.
167 168 169 170 171 172 173 174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 167 class ApiMapping < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_id ⇒ String
The API mapping identifier.
167 168 169 170 171 172 173 174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 167 class ApiMapping < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#api_mapping_key ⇒ String
The API mapping key.
167 168 169 170 171 172 173 174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 167 class ApiMapping < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The API stage.
167 168 169 170 171 172 173 174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 167 class ApiMapping < Struct.new( :api_id, :api_mapping_id, :api_mapping_key, :stage) SENSITIVE = [] include Aws::Structure end |