Class: Aws::Route53Domains::Types::CancelDomainTransferToAnotherAwsAccountRequest

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

Overview

The CancelDomainTransferToAnotherAwsAccount request includes the following element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain for which you want to cancel the transfer to another Amazon Web Services account.

Returns:

  • (String)


153
154
155
156
157
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 153

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