Class: Aws::APIGateway::Types::DeleteDomainNameAccessAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteDomainNameAccessAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name_access_association_arn ⇒ String
The ARN of the domain name access association resource.
Instance Attribute Details
#domain_name_access_association_arn ⇒ String
The ARN of the domain name access association resource.
1379 1380 1381 1382 1383 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1379 class DeleteDomainNameAccessAssociationRequest < Struct.new( :domain_name_access_association_arn) SENSITIVE = [] include Aws::Structure end |