Class: Aws::Deadline::Types::WorkerSessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::WorkerSessionSummary
- Defined in:
- gems/aws-sdk-deadline/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.
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 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.
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 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.
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 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.
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 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.
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 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.
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 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
10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10343 class WorkerSessionSummary < Struct.new( :session_id, :queue_id, :job_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status) SENSITIVE = [] include Aws::Structure end |