Class: Aws::Types::InferenceComponentAvailabilityZoneBalance
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentAvailabilityZoneBalance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enforcement_mode ⇒ "PERMISSIVE"
Returns the value of attribute enforcement_mode.
-
#max_imbalance ⇒ ::Integer
Returns the value of attribute max_imbalance.
Instance Attribute Details
#enforcement_mode ⇒ "PERMISSIVE"
Returns the value of attribute enforcement_mode.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 def enforcement_mode @enforcement_mode end |
#max_imbalance ⇒ ::Integer
Returns the value of attribute max_imbalance.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def max_imbalance @max_imbalance end |