Class: Aws::Types::NotScaledReason
- Inherits:
-
Object
- Object
- Aws::Types::NotScaledReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#current_capacity ⇒ ::Integer
Returns the value of attribute current_capacity.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
194 195 196 |
# File 'sig/types.rbs', line 194 def code @code end |
#current_capacity ⇒ ::Integer
Returns the value of attribute current_capacity.
197 198 199 |
# File 'sig/types.rbs', line 197 def current_capacity @current_capacity end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
195 196 197 |
# File 'sig/types.rbs', line 195 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
196 197 198 |
# File 'sig/types.rbs', line 196 def min_capacity @min_capacity end |