Class: Aws::Types::WorkerSessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkerSessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#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.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
3504 3505 3506 |
# File 'sig/types.rbs', line 3504 def ended_at @ended_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3501 3502 3503 |
# File 'sig/types.rbs', line 3501 def job_id @job_id end |
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
3503 3504 3505 |
# File 'sig/types.rbs', line 3503 def lifecycle_status @lifecycle_status end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3500 3501 3502 |
# File 'sig/types.rbs', line 3500 def queue_id @queue_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
3499 3500 3501 |
# File 'sig/types.rbs', line 3499 def session_id @session_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
3502 3503 3504 |
# File 'sig/types.rbs', line 3502 def started_at @started_at end |
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
3505 3506 3507 |
# File 'sig/types.rbs', line 3505 def target_lifecycle_status @target_lifecycle_status end |