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.
6506 6507 6508 |
# File 'sig/types.rbs', line 6506 def enforcement_mode @enforcement_mode end |
#max_imbalance ⇒ ::Integer
Returns the value of attribute max_imbalance.
6507 6508 6509 |
# File 'sig/types.rbs', line 6507 def max_imbalance @max_imbalance end |