Class: Aws::Route53Domains::Types::RetrieveDomainAuthCodeRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53Domains::Types::RetrieveDomainAuthCodeRequest
 
- Defined in:
- gems/aws-sdk-route53domains/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.
| 2582 2583 2584 2585 2586 | # File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2582 class RetrieveDomainAuthCodeRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |