Class: Aws::Types::SessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def ended_at @ended_at end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def fleet_id @fleet_id end |
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def lifecycle_status @lifecycle_status end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def session_id @session_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def started_at @started_at end |
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def target_lifecycle_status @target_lifecycle_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def updated_by @updated_by end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def worker_id @worker_id end |