Class: Aws::Types::PutFunctionConcurrencyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFunctionConcurrencyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#reserved_concurrent_executions ⇒ ::Integer
Returns the value of attribute reserved_concurrent_executions.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def function_name @function_name end |
#reserved_concurrent_executions ⇒ ::Integer
Returns the value of attribute reserved_concurrent_executions.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def reserved_concurrent_executions @reserved_concurrent_executions end |