Class: Aws::Types::PutFunctionRecursionConfigRequest

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)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def function_name
  @function_name
end

#recursive_loop"Allow", "Terminate"

Returns the value of attribute recursive_loop.

Returns:

  • ("Allow", "Terminate")


1802
1803
1804
# File 'sig/types.rbs', line 1802

def recursive_loop
  @recursive_loop
end