Class: Aws::Route53Domains::Types::RetrieveDomainAuthCodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::RetrieveDomainAuthCodeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain that you want to get an authorization code for.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that you want to get an authorization code for.
2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2591 class RetrieveDomainAuthCodeRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |