Class: Aws::Types::JobRun
- Inherits:
-
Object
- Object
- Aws::Types::JobRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#failure_reason ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute failure_reason.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#retry_policy_configuration ⇒ Types::RetryPolicyConfiguration
Returns the value of attribute retry_policy_configuration.
-
#retry_policy_execution ⇒ Types::RetryPolicyExecution
Returns the value of attribute retry_policy_execution.
-
#state ⇒ "PENDING", ...
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.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
353 354 355 |
# File 'sig/types.rbs', line 353 def arn @arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
355 356 357 |
# File 'sig/types.rbs', line 355 def client_token @client_token end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
358 359 360 |
# File 'sig/types.rbs', line 358 def configuration_overrides @configuration_overrides end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
360 361 362 |
# File 'sig/types.rbs', line 360 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
361 362 363 |
# File 'sig/types.rbs', line 361 def created_by @created_by end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def execution_role_arn @execution_role_arn end |
#failure_reason ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute failure_reason.
364 365 366 |
# File 'sig/types.rbs', line 364 def failure_reason @failure_reason end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
362 363 364 |
# File 'sig/types.rbs', line 362 def finished_at @finished_at end |
#id ⇒ ::String
Returns the value of attribute id.
350 351 352 |
# File 'sig/types.rbs', line 350 def id @id end |
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
359 360 361 |
# File 'sig/types.rbs', line 359 def job_driver @job_driver end |
#name ⇒ ::String
Returns the value of attribute name.
351 352 353 |
# File 'sig/types.rbs', line 351 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
357 358 359 |
# File 'sig/types.rbs', line 357 def release_label @release_label end |
#retry_policy_configuration ⇒ Types::RetryPolicyConfiguration
Returns the value of attribute retry_policy_configuration.
366 367 368 |
# File 'sig/types.rbs', line 366 def retry_policy_configuration @retry_policy_configuration end |
#retry_policy_execution ⇒ Types::RetryPolicyExecution
Returns the value of attribute retry_policy_execution.
367 368 369 |
# File 'sig/types.rbs', line 367 def retry_policy_execution @retry_policy_execution end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
354 355 356 |
# File 'sig/types.rbs', line 354 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
363 364 365 |
# File 'sig/types.rbs', line 363 def state_details @state_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
365 366 367 |
# File 'sig/types.rbs', line 365 def @tags end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def virtual_cluster_id @virtual_cluster_id end |