Class: Aws::Types::StepParameterChunks
- Inherits:
-
Object
- Object
- Aws::Types::StepParameterChunks
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_task_count ⇒ ::Integer
Returns the value of attribute default_task_count.
-
#range_constraint ⇒ "CONTIGUOUS", "NONCONTIGUOUS"
Returns the value of attribute range_constraint.
-
#target_runtime_seconds ⇒ ::Integer
Returns the value of attribute target_runtime_seconds.
Instance Attribute Details
#default_task_count ⇒ ::Integer
Returns the value of attribute default_task_count.
2956 2957 2958 |
# File 'sig/types.rbs', line 2956 def default_task_count @default_task_count end |
#range_constraint ⇒ "CONTIGUOUS", "NONCONTIGUOUS"
Returns the value of attribute range_constraint.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def range_constraint @range_constraint end |
#target_runtime_seconds ⇒ ::Integer
Returns the value of attribute target_runtime_seconds.
2957 2958 2959 |
# File 'sig/types.rbs', line 2957 def target_runtime_seconds @target_runtime_seconds end |