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.
984 985 986 |
# File 'sig/types.rbs', line 984 def dns_record_name @dns_record_name end |
#dns_record_type ⇒ "TXT"
Returns the value of attribute dns_record_type.
985 986 987 |
# File 'sig/types.rbs', line 985 def dns_record_type @dns_record_type end |
#token ⇒ ::String
Returns the value of attribute token.
983 984 985 |
# File 'sig/types.rbs', line 983 def token @token end |