Class: Aws::Types::WorkUnitRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#work_unit_id_max::Integer

Returns the value of attribute work_unit_id_max.

Returns:

  • (::Integer)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def work_unit_id_max
  @work_unit_id_max
end

#work_unit_id_min::Integer

Returns the value of attribute work_unit_id_min.

Returns:

  • (::Integer)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def work_unit_id_min
  @work_unit_id_min
end

#work_unit_token::String

Returns the value of attribute work_unit_token.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def work_unit_token
  @work_unit_token
end