Class: Aws::Types::DnsVerification
- Inherits:
-
Object
- Object
- Aws::Types::DnsVerification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_record_name ⇒ ::String
Returns the value of attribute dns_record_name.
-
#dns_record_type ⇒ "TXT"
Returns the value of attribute dns_record_type.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#dns_record_name ⇒ ::String
Returns the value of attribute dns_record_name.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def dns_record_name @dns_record_name end |
#dns_record_type ⇒ "TXT"
Returns the value of attribute dns_record_type.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def dns_record_type @dns_record_type end |
#token ⇒ ::String
Returns the value of attribute token.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def token @token end |