Class: Aws::Route53Domains::Types::RetrieveDomainAuthCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::RetrieveDomainAuthCodeResponse
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The RetrieveDomainAuthCode response includes the following element.
Constant Summary collapse
- SENSITIVE =
[:auth_code]
Instance Attribute Summary collapse
-
#auth_code ⇒ String
The authorization code for the domain.
Instance Attribute Details
#auth_code ⇒ String
The authorization code for the domain.
2605 2606 2607 2608 2609 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2605 class RetrieveDomainAuthCodeResponse < Struct.new( :auth_code) SENSITIVE = [:auth_code] include Aws::Structure end |