Class: Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountRequest

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

Overview

The RejectDomainTransferFromAnotherAwsAccount request includes the following element.

Constant Summary collapse

SENSITIVE =
[]

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)


2443
2444
2445
2446
2447
# File 'lib/aws-sdk-route53domains/types.rb', line 2443

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