Class: Aws::Route53Domains::Types::AcceptDomainTransferFromAnotherAwsAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::AcceptDomainTransferFromAnotherAwsAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.
Constant Summary collapse
- SENSITIVE =
[:password]
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.
-
#password ⇒ String
The password that was returned by the [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
37 38 39 40 41 42 |
# File 'lib/aws-sdk-route53domains/types.rb', line 37 class AcceptDomainTransferFromAnotherAwsAccountRequest < Struct.new( :domain_name, :password) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The password that was returned by the
- TransferDomainToAnotherAwsAccount][1
-
request.
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html
37 38 39 40 41 42 |
# File 'lib/aws-sdk-route53domains/types.rb', line 37 class AcceptDomainTransferFromAnotherAwsAccountRequest < Struct.new( :domain_name, :password) SENSITIVE = [:password] include Aws::Structure end |