Class: Aws::Route53Domains::Types::AcceptDomainTransferFromAnotherAwsAccountRequest

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

Overview

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain that was specified when another Amazon Web Services account submitted a [TransferDomainToAnotherAwsAccount] request.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html

Returns:

  • (String)


37
38
39
40
41
42
# File 'lib/aws-sdk-route53domains/types.rb', line 37

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

#passwordString

The password that was returned by the

TransferDomainToAnotherAwsAccount][1

request.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html

Returns:

  • (String)


37
38
39
40
41
42
# File 'lib/aws-sdk-route53domains/types.rb', line 37

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