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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/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.

Returns:

  • (String)


37
38
39
40
41
42
# File 'gems/aws-sdk-route53domains/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 request.

Returns:

  • (String)


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

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