Class: Aws::Types::ServerlessV2FeaturesSupport
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessV2FeaturesSupport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
Instance Attribute Details
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
4192 4193 4194 |
# File 'sig/types.rbs', line 4192 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
4191 4192 4193 |
# File 'sig/types.rbs', line 4191 def min_capacity @min_capacity end |