Class: Aws::APIGateway::Types::RejectDomainNameAccessAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::RejectDomainNameAccessAssociationRequest
- 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.
-
#domain_name_arn ⇒ String
The ARN of the domain name.
Instance Attribute Details
#domain_name_access_association_arn ⇒ String
The ARN of the domain name access association resource.
4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4591 class RejectDomainNameAccessAssociationRequest < Struct.new( :domain_name_access_association_arn, :domain_name_arn) SENSITIVE = [] include Aws::Structure end |
#domain_name_arn ⇒ String
The ARN of the domain name.
4591 4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4591 class RejectDomainNameAccessAssociationRequest < Struct.new( :domain_name_access_association_arn, :domain_name_arn) SENSITIVE = [] include Aws::Structure end |