Class: Aws::Types::InferenceComponentCapacitySize
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentCapacitySize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "COPY_COUNT", "CAPACITY_PERCENT"
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "COPY_COUNT", "CAPACITY_PERCENT"
Returns the value of attribute type.
6512 6513 6514 |
# File 'sig/types.rbs', line 6512 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
6513 6514 6515 |
# File 'sig/types.rbs', line 6513 def value @value end |