Class: Aws::Route53Domains::Types::RetrieveDomainAuthCodeRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The name of the domain that you want to get an authorization code for.

Returns:

  • (String)


2591
2592
2593
2594
2595
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2591

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