Class: Aws::Types::PipeTargetBatchJobParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetBatchJobParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_properties ⇒ Types::BatchArrayProperties
Returns the value of attribute array_properties.
-
#container_overrides ⇒ Types::BatchContainerOverrides
Returns the value of attribute container_overrides.
-
#depends_on ⇒ ::Array[Types::BatchJobDependency]
Returns the value of attribute depends_on.
-
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#retry_strategy ⇒ Types::BatchRetryStrategy
Returns the value of attribute retry_strategy.
Instance Attribute Details
#array_properties ⇒ Types::BatchArrayProperties
Returns the value of attribute array_properties.
443 444 445 |
# File 'sig/types.rbs', line 443 def array_properties @array_properties end |
#container_overrides ⇒ Types::BatchContainerOverrides
Returns the value of attribute container_overrides.
445 446 447 |
# File 'sig/types.rbs', line 445 def container_overrides @container_overrides end |
#depends_on ⇒ ::Array[Types::BatchJobDependency]
Returns the value of attribute depends_on.
446 447 448 |
# File 'sig/types.rbs', line 446 def depends_on @depends_on end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
441 442 443 |
# File 'sig/types.rbs', line 441 def job_definition @job_definition end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
442 443 444 |
# File 'sig/types.rbs', line 442 def job_name @job_name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
447 448 449 |
# File 'sig/types.rbs', line 447 def parameters @parameters end |
#retry_strategy ⇒ Types::BatchRetryStrategy
Returns the value of attribute retry_strategy.
444 445 446 |
# File 'sig/types.rbs', line 444 def retry_strategy @retry_strategy end |