Class: Aws::ApiGatewayV2::Types::DeleteApiMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteApiMappingRequest
- 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
2752 2753 2754 2755 2756 2757 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2752 class DeleteApiMappingRequest < Struct.new( :api_mapping_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
2752 2753 2754 2755 2756 2757 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2752 class DeleteApiMappingRequest < Struct.new( :api_mapping_id, :domain_name) SENSITIVE = [] include Aws::Structure end |