Class: Aws::Types::ECPUPerSecond
- Inherits:
-
Object
- Object
- Aws::Types::ECPUPerSecond
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
-
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
Instance Attribute Details
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
930 931 932 |
# File 'sig/types.rbs', line 930 def maximum @maximum end |
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
931 932 933 |
# File 'sig/types.rbs', line 931 def minimum @minimum end |