Class: Aws::Deadline::Types::BatchGetSessionActionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetSessionActionItem
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of a session action returned in a batch get operation.
Constant Summary collapse
- SENSITIVE =
[:progress_message]
Instance Attribute Summary collapse
-
#acquired_limits ⇒ Array<Types::AcquiredLimit>
The limits that were acquired for the session action.
-
#definition ⇒ Types::SessionActionDefinition
The session action definition.
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#farm_id ⇒ String
The farm ID of the session action.
-
#job_id ⇒ String
The job ID of the session action.
-
#manifests ⇒ Array<Types::TaskRunManifestPropertiesResponse>
The manifests for the session action.
-
#process_exit_code ⇒ Integer
The exit code to apply to the session action.
-
#progress_message ⇒ String
The message that communicates the progress of the session action.
-
#progress_percent ⇒ Float
The completion percentage for the session action.
-
#queue_id ⇒ String
The queue ID of the 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 date and time the resource was updated by a worker.
Instance Attribute Details
#acquired_limits ⇒ Array<Types::AcquiredLimit>
The limits that were acquired for the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 |
#farm_id ⇒ String
The farm ID of the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 |
#job_id ⇒ String
The job ID of the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 manifests for the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 exit code to apply to the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 completion percentage for the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 |
#queue_id ⇒ String
The queue ID of the session action.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 date and time the resource was updated by a worker.
1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1184 class BatchGetSessionActionItem < Struct.new( :farm_id, :queue_id, :job_id, :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 |