Class: Aws::Types::GetConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_at ⇒ ::Time
Returns the value of attribute connected_at.
-
#identity ⇒ Types::Identity
Returns the value of attribute identity.
-
#last_active_at ⇒ ::Time
Returns the value of attribute last_active_at.
Instance Attribute Details
#connected_at ⇒ ::Time
Returns the value of attribute connected_at.
25 26 27 |
# File 'sig/types.rbs', line 25 def connected_at @connected_at end |
#identity ⇒ Types::Identity
Returns the value of attribute identity.
26 27 28 |
# File 'sig/types.rbs', line 26 def identity @identity end |
#last_active_at ⇒ ::Time
Returns the value of attribute last_active_at.
27 28 29 |
# File 'sig/types.rbs', line 27 def last_active_at @last_active_at end |