Class: Aws::Deadline::Types::WorkerSessionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

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_idString

The job ID for the job associated with the worker’s session.

Returns:

  • (String)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

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_statusString

The life cycle status for the worker’s session.

Returns:

  • (String)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

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_idString

The queue ID for the queue associated to the worker.

Returns:

  • (String)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

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_idString

The session ID for the session action.

Returns:

  • (String)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

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_atTime

The date and time the resource started running.

Returns:

  • (Time)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

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_statusString

The life cycle status

Returns:

  • (String)


9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
# File 'lib/aws-sdk-deadline/types.rb', line 9523

class WorkerSessionSummary < Struct.new(
  :session_id,
  :queue_id,
  :job_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end