Class: Aws::Types::JobTemplateData
- Inherits:
-
Object
- Object
- Aws::Types::JobTemplateData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_overrides ⇒ Types::ParametricConfigurationOverrides
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_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute job_tags.
-
#parameter_configuration ⇒ ::Hash[::String, Types::TemplateParameterConfiguration]
Returns the value of attribute parameter_configuration.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
Instance Attribute Details
#configuration_overrides ⇒ Types::ParametricConfigurationOverrides
Returns the value of attribute configuration_overrides.
387 388 389 |
# File 'sig/types.rbs', line 387 def configuration_overrides @configuration_overrides end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
385 386 387 |
# File 'sig/types.rbs', line 385 def execution_role_arn @execution_role_arn end |
#job_driver ⇒ Types::JobDriver
Returns the value of attribute job_driver.
388 389 390 |
# File 'sig/types.rbs', line 388 def job_driver @job_driver end |
#job_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute job_tags.
390 391 392 |
# File 'sig/types.rbs', line 390 def @job_tags end |
#parameter_configuration ⇒ ::Hash[::String, Types::TemplateParameterConfiguration]
Returns the value of attribute parameter_configuration.
389 390 391 |
# File 'sig/types.rbs', line 389 def parameter_configuration @parameter_configuration end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
386 387 388 |
# File 'sig/types.rbs', line 386 def release_label @release_label end |