Class: Aws::APIGateway::Types::DeleteDomainNameAccessAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name_access_association_arnString

The ARN of the domain name access association resource.

Returns:

  • (String)


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