Class: Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountRequest
- Includes:
- Structure
- Defined in:
- 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] 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.
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html
2443 2444 2445 2446 2447 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2443 class RejectDomainTransferFromAnotherAwsAccountRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |