Class: Aws::Route53Domains::Types::RetrieveDomainAuthCodeResponse

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

Overview

The RetrieveDomainAuthCode response includes the following element.

Constant Summary collapse

SENSITIVE =
[:auth_code]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_codeString

The authorization code for the domain.

Returns:

  • (String)


2605
2606
2607
2608
2609
# File 'lib/aws-sdk-route53domains/types.rb', line 2605

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