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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, ‘111122223333`.

Returns:

  • (String)


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_nameString

The name of the domain that you want to transfer from the current Amazon Web Services account to another account.

Returns:

  • (String)


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