Class: Aws::Types::BatchParameters
- Inherits:
-
Object
- Object
- Aws::Types::BatchParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_properties ⇒ Types::BatchArrayProperties
Returns the value of attribute array_properties.
-
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#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.
56 57 58 |
# File 'sig/types.rbs', line 56 def array_properties @array_properties end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
54 55 56 |
# File 'sig/types.rbs', line 54 def job_definition @job_definition end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
55 56 57 |
# File 'sig/types.rbs', line 55 def job_name @job_name end |
#retry_strategy ⇒ Types::BatchRetryStrategy
Returns the value of attribute retry_strategy.
57 58 59 |
# File 'sig/types.rbs', line 57 def retry_strategy @retry_strategy end |