Class: Aws::Types::PutFunctionConcurrencyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:



1804
1805
1806
# File 'sig/types.rbs', line 1804

def function_name
  @function_name
end

#reserved_concurrent_executions::Integer

Returns the value of attribute reserved_concurrent_executions.

Returns:



1805
1806
1807
# File 'sig/types.rbs', line 1805

def reserved_concurrent_executions
  @reserved_concurrent_executions
end