Class: Aws::Deadline::Types::SessionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The summary of a session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_statusString

The life cycle status for the session.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_lifecycle_statusString

The target life cycle status for the session.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The worker ID.

Returns:

  • (String)


7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7480

class SessionSummary < Struct.new(
  :session_id,
  :fleet_id,
  :worker_id,
  :started_at,
  :lifecycle_status,
  :ended_at,
  :updated_at,
  :updated_by,
  :target_lifecycle_status)
  SENSITIVE = []
  include Aws::Structure
end