Class: Aws::Types::FunctionScalingConfig
- Inherits:
-
Object
- Object
- Aws::Types::FunctionScalingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_execution_environments ⇒ ::Integer
Returns the value of attribute max_execution_environments.
-
#min_execution_environments ⇒ ::Integer
Returns the value of attribute min_execution_environments.
Instance Attribute Details
#max_execution_environments ⇒ ::Integer
Returns the value of attribute max_execution_environments.
903 904 905 |
# File 'sig/types.rbs', line 903 def max_execution_environments @max_execution_environments end |
#min_execution_environments ⇒ ::Integer
Returns the value of attribute min_execution_environments.
902 903 904 |
# File 'sig/types.rbs', line 902 def min_execution_environments @min_execution_environments end |