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.
64 65 66 |
# File 'sig/types.rbs', line 64 def array_properties @array_properties end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
62 63 64 |
# File 'sig/types.rbs', line 62 def job_definition @job_definition end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
63 64 65 |
# File 'sig/types.rbs', line 63 def job_name @job_name end |
#retry_strategy ⇒ Types::BatchRetryStrategy
Returns the value of attribute retry_strategy.
65 66 67 |
# File 'sig/types.rbs', line 65 def retry_strategy @retry_strategy end |