You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::TransferDomainToAnotherAwsAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TransferDomainToAnotherAwsAccountRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain_name: "DomainName", # required
  account_id: "AccountId", # required
}

The TransferDomainToAnotherAwsAccount request includes the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333.

Returns:

  • (String)

    The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333.

#domain_nameString

The name of the domain that you want to transfer from the current AWS account to another account.

Returns:

  • (String)

    The name of the domain that you want to transfer from the current AWS account to another account.