Class: Aws::APIGateway::Types::RejectDomainNameAccessAssociationRequest

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)


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_arnString

The ARN of the domain name.

Returns:

  • (String)


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