Class: Aws::Route53Domains::Types::TransferDomainToAnotherAwsAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::TransferDomainToAnotherAwsAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The TransferDomainToAnotherAwsAccount request includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, ‘111122223333`.
-
#domain_name ⇒ String
The name of the domain that you want to transfer from the current Amazon Web Services account to another account.
Instance Attribute Details
#account_id ⇒ String
The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, ‘111122223333`.
2864 2865 2866 2867 2868 2869 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2864 class TransferDomainToAnotherAwsAccountRequest < Struct.new( :domain_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain that you want to transfer from the current Amazon Web Services account to another account.
2864 2865 2866 2867 2868 2869 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2864 class TransferDomainToAnotherAwsAccountRequest < Struct.new( :domain_name, :account_id) SENSITIVE = [] include Aws::Structure end |