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:

  • (::String)


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.

Returns:

  • (::Integer)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def reserved_concurrent_executions
  @reserved_concurrent_executions
end