Class: Aws::ApiGatewayV2::Types::GetApiMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetApiMappingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_mapping_id ⇒ String
3184 3185 3186 3187 3188 3189 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3184 class GetApiMappingRequest < Struct.new( :api_mapping_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
3184 3185 3186 3187 3188 3189 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3184 class GetApiMappingRequest < Struct.new( :api_mapping_id, :domain_name) SENSITIVE = [] include Aws::Structure end |