Class: Aws::Types::StartJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#execution_iam_policy ⇒ Types::JobRunExecutionIamPolicy
Returns the value of attribute execution_iam_policy.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#execution_timeout_minutes ⇒ ::Integer
Returns the value of attribute execution_timeout_minutes.
-
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
-
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def application_id @application_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
572 573 574 |
# File 'sig/types.rbs', line 572 def client_token @client_token end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
576 577 578 |
# File 'sig/types.rbs', line 576 def configuration_overrides @configuration_overrides end |
#execution_iam_policy ⇒ Types::JobRunExecutionIamPolicy
Returns the value of attribute execution_iam_policy.
574 575 576 |
# File 'sig/types.rbs', line 574 def execution_iam_policy @execution_iam_policy end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
573 574 575 |
# File 'sig/types.rbs', line 573 def execution_role_arn @execution_role_arn end |
#execution_timeout_minutes ⇒ ::Integer
Returns the value of attribute execution_timeout_minutes.
578 579 580 |
# File 'sig/types.rbs', line 578 def execution_timeout_minutes @execution_timeout_minutes end |
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
575 576 577 |
# File 'sig/types.rbs', line 575 def job_driver @job_driver end |
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
580 581 582 |
# File 'sig/types.rbs', line 580 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
579 580 581 |
# File 'sig/types.rbs', line 579 def name @name end |
#retry_policy ⇒ Types::RetryPolicy
Returns the value of attribute retry_policy.
581 582 583 |
# File 'sig/types.rbs', line 581 def retry_policy @retry_policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
577 578 579 |
# File 'sig/types.rbs', line 577 def @tags end |