Class: Aws::Deadline::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SessionSummary
- 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
-
#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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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.
7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7541 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 |