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

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

Returns:

  • (String)


2453
2454
2455
2456
2457
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2453

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