Class: Aws::Lambda::Types::GetFunctionRecursionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetFunctionRecursionConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_name ⇒ String
The name of the function.
Instance Attribute Details
#function_name ⇒ String
The name of the function.
4591 4592 4593 4594 4595 |
# File 'lib/aws-sdk-lambda/types.rb', line 4591 class GetFunctionRecursionConfigRequest < Struct.new( :function_name) SENSITIVE = [] include Aws::Structure end |