Class: Aws::Lambda::Types::GetFunctionRecursionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetFunctionRecursionConfigRequest
- Defined in:
- gems/aws-sdk-lambda/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.
4577 4578 4579 4580 4581 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4577 class GetFunctionRecursionConfigRequest < Struct.new( :function_name) SENSITIVE = [] include Aws::Structure end |