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.
4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4520 class GetFunctionRecursionConfigRequest < Struct.new( :function_name) SENSITIVE = [] include Aws::Structure end |