Class: Aws::Types::GetContactReachabilityStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetContactReachabilityStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
247 248 249 |
# File 'sig/types.rbs', line 247 def domain_name @domain_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
248 249 250 |
# File 'sig/types.rbs', line 248 def status @status end |