Class: Aws::Types::PutProvisionedConcurrencyConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProvisionedConcurrencyConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute provisioned_concurrent_executions.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def function_name @function_name end |
#provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute provisioned_concurrent_executions.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def provisioned_concurrent_executions @provisioned_concurrent_executions end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def qualifier @qualifier end |