Class: Aws::Route53Domains::Types::AcceptDomainTransferFromAnotherAwsAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::AcceptDomainTransferFromAnotherAwsAccountRequest
- Defined in:
- gems/aws-sdk-route53domains/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][1] request.
-
#password ⇒ String
The password that was returned by the [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.
37 38 39 40 41 42 |
# File 'gems/aws-sdk-route53domains/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 request.
37 38 39 40 41 42 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 37 class AcceptDomainTransferFromAnotherAwsAccountRequest < Struct.new( :domain_name, :password) SENSITIVE = [:password] include Aws::Structure end |