Class: Aws::Types::ProductionVariantServerlessConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantServerlessConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#memory_size_in_mb ⇒ ::Integer
Returns the value of attribute memory_size_in_mb.
-
#provisioned_concurrency ⇒ ::Integer
Returns the value of attribute provisioned_concurrency.
Instance Attribute Details
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
10130 10131 10132 |
# File 'sig/types.rbs', line 10130 def max_concurrency @max_concurrency end |
#memory_size_in_mb ⇒ ::Integer
Returns the value of attribute memory_size_in_mb.
10129 10130 10131 |
# File 'sig/types.rbs', line 10129 def memory_size_in_mb @memory_size_in_mb end |
#provisioned_concurrency ⇒ ::Integer
Returns the value of attribute provisioned_concurrency.
10131 10132 10133 |
# File 'sig/types.rbs', line 10131 def provisioned_concurrency @provisioned_concurrency end |