Class: Aws::Deadline::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
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 for the session.
-
#host_properties ⇒ Types::HostPropertiesResponse
Provides the Amazon EC2 properties of the host.
-
#lifecycle_status ⇒ String
The life cycle status of the session.
-
#log ⇒ Types::LogConfiguration
The session log.
-
#session_id ⇒ String
The session ID.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#target_lifecycle_status ⇒ String
The life cycle status with which the session started.
-
#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 for the session.
-
#worker_log ⇒ Types::LogConfiguration
The worker log for the session.
Instance Attribute Details
#ended_at ⇒ Time
The date and time the resource ended running.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID for the session.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#host_properties ⇒ Types::HostPropertiesResponse
Provides the Amazon EC2 properties of the host.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#lifecycle_status ⇒ String
The life cycle status of the session.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#log ⇒ Types::LogConfiguration
The session log.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#target_lifecycle_status ⇒ String
The life cycle status with which the session started.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the resource was updated.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user or system that updated this resource.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID for the session.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#worker_log ⇒ Types::LogConfiguration
The worker log for the session.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'lib/aws-sdk-deadline/types.rb', line 3642 class GetSessionResponse < Struct.new( :session_id, :fleet_id, :worker_id, :started_at, :log, :lifecycle_status, :ended_at, :updated_at, :updated_by, :target_lifecycle_status, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |