Class: Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountRequest
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The RejectDomainTransferFromAnotherAwsAccount request includes the following element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain that was specified when another Amazon Web Services account submitted a [TransferDomainToAnotherAwsAccount][1] request.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
2443 2444 2445 2446 2447 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2443 class RejectDomainTransferFromAnotherAwsAccountRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |