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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7403

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