Class: Aws::Deadline::Types::AssignedSession
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssignedSession
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The assigned session for the worker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID for the assigned session.
-
#log_configuration ⇒ Types::LogConfiguration
The log configuration for the worker’s assigned session.
-
#queue_id ⇒ String
The queue ID of the assigned session.
-
#session_actions ⇒ Array<Types::AssignedSessionAction>
The session actions to apply to the assigned session.
Instance Attribute Details
#job_id ⇒ String
The job ID for the assigned session.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-deadline/types.rb', line 171 class AssignedSession < Struct.new( :queue_id, :job_id, :session_actions, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#log_configuration ⇒ Types::LogConfiguration
The log configuration for the worker’s assigned session.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-deadline/types.rb', line 171 class AssignedSession < Struct.new( :queue_id, :job_id, :session_actions, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the assigned session.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-deadline/types.rb', line 171 class AssignedSession < Struct.new( :queue_id, :job_id, :session_actions, :log_configuration) SENSITIVE = [] include Aws::Structure end |
#session_actions ⇒ Array<Types::AssignedSessionAction>
The session actions to apply to the assigned session.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-deadline/types.rb', line 171 class AssignedSession < Struct.new( :queue_id, :job_id, :session_actions, :log_configuration) SENSITIVE = [] include Aws::Structure end |