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.
10123 10124 10125 |
# File 'sig/types.rbs', line 10123 def max_concurrency @max_concurrency end |
#memory_size_in_mb ⇒ ::Integer
Returns the value of attribute memory_size_in_mb.
10122 10123 10124 |
# File 'sig/types.rbs', line 10122 def memory_size_in_mb @memory_size_in_mb end |
#provisioned_concurrency ⇒ ::Integer
Returns the value of attribute provisioned_concurrency.
10124 10125 10126 |
# File 'sig/types.rbs', line 10124 def provisioned_concurrency @provisioned_concurrency end |