Class: Aws::Types::JobRun
- Inherits:
-
Object
- Object
- Aws::Types::JobRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#attempt_created_at ⇒ ::Time
Returns the value of attribute attempt_created_at.
-
#attempt_updated_at ⇒ ::Time
Returns the value of attribute attempt_updated_at.
-
#billed_resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute billed_resource_utilization.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#execution_iam_policy ⇒ Types::JobRunExecutionIamPolicy
Returns the value of attribute execution_iam_policy.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#execution_timeout_minutes ⇒ ::Integer
Returns the value of attribute execution_timeout_minutes.
-
#image_configuration ⇒ Types::ImageConfiguration
Returns the value of attribute image_configuration.
-
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
-
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#queued_duration_milliseconds ⇒ ::Integer
Returns the value of attribute queued_duration_milliseconds.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#total_execution_duration_seconds ⇒ ::Integer
Returns the value of attribute total_execution_duration_seconds.
-
#total_resource_utilization ⇒ Types::TotalResourceUtilization
Returns the value of attribute total_resource_utilization.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecification]
Returns the value of attribute worker_type_specifications.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
298 299 300 |
# File 'sig/types.rbs', line 298 def arn @arn end |
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
317 318 319 |
# File 'sig/types.rbs', line 317 def attempt @attempt end |
#attempt_created_at ⇒ ::Time
Returns the value of attribute attempt_created_at.
318 319 320 |
# File 'sig/types.rbs', line 318 def attempt_created_at @attempt_created_at end |
#attempt_updated_at ⇒ ::Time
Returns the value of attribute attempt_updated_at.
319 320 321 |
# File 'sig/types.rbs', line 319 def attempt_updated_at @attempt_updated_at end |
#billed_resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute billed_resource_utilization.
314 315 316 |
# File 'sig/types.rbs', line 314 def billed_resource_utilization @billed_resource_utilization end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
307 308 309 |
# File 'sig/types.rbs', line 307 def configuration_overrides @configuration_overrides end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
300 301 302 |
# File 'sig/types.rbs', line 300 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
299 300 301 |
# File 'sig/types.rbs', line 299 def created_by @created_by end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
321 322 323 |
# File 'sig/types.rbs', line 321 def ended_at @ended_at end |
#execution_iam_policy ⇒ Types::JobRunExecutionIamPolicy
Returns the value of attribute execution_iam_policy.
303 304 305 |
# File 'sig/types.rbs', line 303 def execution_iam_policy @execution_iam_policy end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
302 303 304 |
# File 'sig/types.rbs', line 302 def execution_role @execution_role end |
#execution_timeout_minutes ⇒ ::Integer
Returns the value of attribute execution_timeout_minutes.
313 314 315 |
# File 'sig/types.rbs', line 313 def execution_timeout_minutes @execution_timeout_minutes end |
#image_configuration ⇒ Types::ImageConfiguration
Returns the value of attribute image_configuration.
323 324 325 |
# File 'sig/types.rbs', line 323 def image_configuration @image_configuration end |
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
308 309 310 |
# File 'sig/types.rbs', line 308 def job_driver @job_driver end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def job_run_id @job_run_id end |
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
315 316 317 |
# File 'sig/types.rbs', line 315 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
297 298 299 |
# File 'sig/types.rbs', line 297 def name @name end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
311 312 313 |
# File 'sig/types.rbs', line 311 def network_configuration @network_configuration end |
#queued_duration_milliseconds ⇒ ::Integer
Returns the value of attribute queued_duration_milliseconds.
322 323 324 |
# File 'sig/types.rbs', line 322 def queued_duration_milliseconds @queued_duration_milliseconds end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
306 307 308 |
# File 'sig/types.rbs', line 306 def release_label @release_label end |
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
316 317 318 |
# File 'sig/types.rbs', line 316 def retry_policy @retry_policy end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
320 321 322 |
# File 'sig/types.rbs', line 320 def started_at @started_at end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
304 305 306 |
# File 'sig/types.rbs', line 304 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
305 306 307 |
# File 'sig/types.rbs', line 305 def state_details @state_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
309 310 311 |
# File 'sig/types.rbs', line 309 def @tags end |
#total_execution_duration_seconds ⇒ ::Integer
Returns the value of attribute total_execution_duration_seconds.
312 313 314 |
# File 'sig/types.rbs', line 312 def total_execution_duration_seconds @total_execution_duration_seconds end |
#total_resource_utilization ⇒ Types::TotalResourceUtilization
Returns the value of attribute total_resource_utilization.
310 311 312 |
# File 'sig/types.rbs', line 310 def total_resource_utilization @total_resource_utilization end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
301 302 303 |
# File 'sig/types.rbs', line 301 def updated_at @updated_at end |
#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecification]
Returns the value of attribute worker_type_specifications.
324 325 326 |
# File 'sig/types.rbs', line 324 def worker_type_specifications @worker_type_specifications end |