Class: Aws::Deadline::Types::GetSessionActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetSessionActionResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:progress_message]
Instance Attribute Summary collapse
-
#acquired_limits ⇒ Array<Types::AcquiredLimit>
The limits and their amounts acquired during a session action.
-
#definition ⇒ Types::SessionActionDefinition
The session action definition.
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#manifests ⇒ Array<Types::TaskRunManifestPropertiesResponse>
The list of manifest properties that describe file attachments for the task run.
-
#process_exit_code ⇒ Integer
The process exit code.
-
#progress_message ⇒ String
The message that communicates the progress of the session action.
-
#progress_percent ⇒ Float
The percentage completed for a session action.
-
#session_action_id ⇒ String
The session action ID.
-
#session_id ⇒ String
The session ID for the session action.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#status ⇒ String
The status of the session action.
-
#worker_updated_at ⇒ Time
The Linux timestamp of the date and time the session action was last updated.
Instance Attribute Details
#acquired_limits ⇒ Array<Types::AcquiredLimit>
The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn't returned.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#definition ⇒ Types::SessionActionDefinition
The session action definition.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#ended_at ⇒ Time
The date and time the resource ended running.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#manifests ⇒ Array<Types::TaskRunManifestPropertiesResponse>
The list of manifest properties that describe file attachments for the task run.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#process_exit_code ⇒ Integer
The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#progress_message ⇒ String
The message that communicates the progress of the session action.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#progress_percent ⇒ Float
The percentage completed for a session action.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#session_action_id ⇒ String
The session action ID.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#session_id ⇒ String
The session ID for the session action.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#status ⇒ String
The status of the session action.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |
#worker_updated_at ⇒ Time
The Linux timestamp of the date and time the session action was last updated.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4263 class GetSessionActionResponse < Struct.new( :session_action_id, :status, :started_at, :ended_at, :worker_updated_at, :progress_percent, :manifests, :session_id, :process_exit_code, :progress_message, :acquired_limits, :definition) SENSITIVE = [:progress_message] include Aws::Structure end |