Class: Aws::Types::WorkUnitRange
- Inherits:
-
Object
- Object
- Aws::Types::WorkUnitRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#work_unit_id_max ⇒ ::Integer
Returns the value of attribute work_unit_id_max.
-
#work_unit_id_min ⇒ ::Integer
Returns the value of attribute work_unit_id_min.
-
#work_unit_token ⇒ ::String
Returns the value of attribute work_unit_token.
Instance Attribute Details
#work_unit_id_max ⇒ ::Integer
Returns the value of attribute work_unit_id_max.
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.
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.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def work_unit_token @work_unit_token end |