Class: Aws::Types::OptimizationObjective
- Inherits:
-
Object
- Object
- Aws::Types::OptimizationObjective
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_attribute ⇒ ::String
Returns the value of attribute item_attribute.
-
#objective_sensitivity ⇒ "LOW", ...
Returns the value of attribute objective_sensitivity.
Instance Attribute Details
#item_attribute ⇒ ::String
Returns the value of attribute item_attribute.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def item_attribute @item_attribute end |
#objective_sensitivity ⇒ "LOW", ...
Returns the value of attribute objective_sensitivity.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def objective_sensitivity @objective_sensitivity end |