Class: Aws::Route53Domains::Types::CancelDomainTransferToAnotherAwsAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::CancelDomainTransferToAnotherAwsAccountRequest
- 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
-
#domain_name ⇒ String
The name of the domain for which you want to cancel the transfer to another Amazon Web Services account.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain for which you want to cancel the transfer to another Amazon Web Services account.
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 |