Class: Aws::Types::ConnectionState
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute status.
Instance Attribute Details
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
22 23 24 |
# File 'sig/types.rbs', line 22 def last_updated_at @last_updated_at end |
#status ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute status.
21 22 23 |
# File 'sig/types.rbs', line 21 def status @status end |