Class: Aws::Types::StartJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
-
#job_template_id ⇒ ::String
Returns the value of attribute job_template_id.
-
#job_template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute job_template_parameters.
-
#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.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
607 608 609 |
# File 'sig/types.rbs', line 607 def client_token @client_token end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
611 612 613 |
# File 'sig/types.rbs', line 611 def configuration_overrides @configuration_overrides end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def execution_role_arn @execution_role_arn end |
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
610 611 612 |
# File 'sig/types.rbs', line 610 def job_driver @job_driver end |
#job_template_id ⇒ ::String
Returns the value of attribute job_template_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def job_template_id @job_template_id end |
#job_template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute job_template_parameters.
614 615 616 |
# File 'sig/types.rbs', line 614 def job_template_parameters @job_template_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
609 610 611 |
# File 'sig/types.rbs', line 609 def release_label @release_label end |
#retry_policy_configuration ⇒ Types::RetryPolicyConfiguration
Returns the value of attribute retry_policy_configuration.
615 616 617 |
# File 'sig/types.rbs', line 615 def retry_policy_configuration @retry_policy_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
612 613 614 |
# File 'sig/types.rbs', line 612 def @tags end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def virtual_cluster_id @virtual_cluster_id end |