Class: Aws::Types::StepParameterChunks

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_task_count::Integer

Returns the value of attribute default_task_count.

Returns:

  • (::Integer)


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.

Returns:

  • ("CONTIGUOUS", "NONCONTIGUOUS")


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.

Returns:

  • (::Integer)


2957
2958
2959
# File 'sig/types.rbs', line 2957

def target_runtime_seconds
  @target_runtime_seconds
end