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.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def last_updated_at @last_updated_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def session_status @session_status end |