Class: Aws::Deadline::Types::WorkerSessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::WorkerSessionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Summarizes the session for a particular worker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#job_id ⇒ String
The job ID for the job associated with the worker’s session.
-
#lifecycle_status ⇒ String
The life cycle status for the worker’s session.
-
#queue_id ⇒ String
The queue ID for the queue associated to the worker.
-
#session_id ⇒ String
The session ID for the session action.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#target_lifecycle_status ⇒ String
The life cycle status.
Instance Attribute Details
#ended_at ⇒ Time
The date and time the resource ended running.
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID for the job associated with the worker’s session.
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#lifecycle_status ⇒ String
The life cycle status for the worker’s session.
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the queue associated to the worker.
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID for the session action.
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |
#target_lifecycle_status ⇒ String
The life cycle status
9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-deadline/types.rb', line 9584 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |