Class: Aws::Types::SessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def last_updated_at @last_updated_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def session_status @session_status end |