Class: Aws::Types::VerificationDetails
- Inherits:
-
Object
- Object
- Aws::Types::VerificationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_txt ⇒ Types::DnsVerification
Returns the value of attribute dns_txt.
-
#http_route ⇒ Types::HttpVerification
Returns the value of attribute http_route.
-
#method ⇒ "DNS_TXT", ...
Returns the value of attribute method.
Instance Attribute Details
#dns_txt ⇒ Types::DnsVerification
Returns the value of attribute dns_txt.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def dns_txt @dns_txt end |
#http_route ⇒ Types::HttpVerification
Returns the value of attribute http_route.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def http_route @http_route end |
#method ⇒ "DNS_TXT", ...
Returns the value of attribute method.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def method @method end |