Class: Aws::Types::PutFunctionRecursionConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFunctionRecursionConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#recursive_loop ⇒ "Allow", "Terminate"
Returns the value of attribute recursive_loop.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
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.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def recursive_loop @recursive_loop end |