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