Class: Aws::Types::CapacitySizeConfig
- Inherits:
-
Object
- Object
- Aws::Types::CapacitySizeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "INSTANCE_COUNT", "CAPACITY_PERCENTAGE"
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "INSTANCE_COUNT", "CAPACITY_PERCENTAGE"
Returns the value of attribute type.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def value @value end |