Class: Aws::Types::ProductionVariantServerlessUpdateConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantServerlessUpdateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#provisioned_concurrency ⇒ ::Integer
Returns the value of attribute provisioned_concurrency.
Instance Attribute Details
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
10136 10137 10138 |
# File 'sig/types.rbs', line 10136 def max_concurrency @max_concurrency end |
#provisioned_concurrency ⇒ ::Integer
Returns the value of attribute provisioned_concurrency.
10137 10138 10139 |
# File 'sig/types.rbs', line 10137 def provisioned_concurrency @provisioned_concurrency end |