Class: Aws::Greengrass::Types::FunctionDefaultConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::FunctionDefaultConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution ⇒ Types::FunctionDefaultExecutionConfig
Configuration information that specifies how a Lambda function runs.
Instance Attribute Details
#execution ⇒ Types::FunctionDefaultExecutionConfig
Configuration information that specifies how a Lambda function runs.
1753 1754 1755 1756 1757 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1753 class FunctionDefaultConfig < Struct.new( :execution) SENSITIVE = [] include Aws::Structure end |