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.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def function_name @function_name end |
#provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute provisioned_concurrent_executions.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def provisioned_concurrent_executions @provisioned_concurrent_executions end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def qualifier @qualifier end |