Class: Aws::Types::CapacitySize
- Inherits:
-
Object
- Object
- Aws::Types::CapacitySize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "INSTANCE_COUNT", "CAPACITY_PERCENT"
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "INSTANCE_COUNT", "CAPACITY_PERCENT"
Returns the value of attribute type.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def value @value end |