Class: Aws::Route53Domains::Types::TransferDomainToAnotherAwsAccountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

The TransferDomainToAnotherAwsAccount response includes the following elements.

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2888

class TransferDomainToAnotherAwsAccountResponse < Struct.new(
  :operation_id,
  :password)
  SENSITIVE = [:password]
  include Aws::Structure
end

#passwordString

To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2888

class TransferDomainToAnotherAwsAccountResponse < Struct.new(
  :operation_id,
  :password)
  SENSITIVE = [:password]
  include Aws::Structure
end