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)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#fleet_idString

The fleet ID.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#lifecycle_statusString

The life cycle status for the session.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#session_idString

The session ID.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#target_lifecycle_statusString

The target life cycle status for the session.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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

#worker_idString

The worker ID.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7269

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