Class: Aws::Deadline::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SessionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The summary of a session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#fleet_id ⇒ String
The fleet ID.
-
#lifecycle_status ⇒ String
The life cycle status for the session.
-
#session_id ⇒ String
The session ID.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#target_lifecycle_status ⇒ String
The target life cycle status for the session.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
-
#worker_id ⇒ String
The worker ID.
Instance Attribute Details
#ended_at ⇒ Time
The date and time the resource ended running.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_id ⇒ String
The fleet ID.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_status ⇒ String
The life cycle status for the session.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_id ⇒ String
The session ID.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_at ⇒ Time
The date and time the resource started running.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_status ⇒ String
The target life cycle status for the session.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_at ⇒ Time
The date and time the resource was updated.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_by ⇒ String
The user or system that updated this resource.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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_id ⇒ String
The worker ID.
8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 |
# File 'lib/aws-sdk-deadline/types.rb', line 8197 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 |