Class: Aws::Greengrass::Types::CreateFunctionDefinitionVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateFunctionDefinitionVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #amzn_client_token ⇒ String
-
#default_config ⇒ Types::FunctionDefaultConfig
The default configuration that applies to all Lambda functions in the group.
- #function_definition_id ⇒ String
- #functions ⇒ Array<Types::Function>
Instance Attribute Details
#amzn_client_token ⇒ String
747 748 749 750 751 752 753 754 |
# File 'lib/aws-sdk-greengrass/types.rb', line 747 class CreateFunctionDefinitionVersionRequest < Struct.new( :amzn_client_token, :default_config, :function_definition_id, :functions) SENSITIVE = [] include Aws::Structure end |
#default_config ⇒ Types::FunctionDefaultConfig
The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.
747 748 749 750 751 752 753 754 |
# File 'lib/aws-sdk-greengrass/types.rb', line 747 class CreateFunctionDefinitionVersionRequest < Struct.new( :amzn_client_token, :default_config, :function_definition_id, :functions) SENSITIVE = [] include Aws::Structure end |
#function_definition_id ⇒ String
747 748 749 750 751 752 753 754 |
# File 'lib/aws-sdk-greengrass/types.rb', line 747 class CreateFunctionDefinitionVersionRequest < Struct.new( :amzn_client_token, :default_config, :function_definition_id, :functions) SENSITIVE = [] include Aws::Structure end |
#functions ⇒ Array<Types::Function>
747 748 749 750 751 752 753 754 |
# File 'lib/aws-sdk-greengrass/types.rb', line 747 class CreateFunctionDefinitionVersionRequest < Struct.new( :amzn_client_token, :default_config, :function_definition_id, :functions) SENSITIVE = [] include Aws::Structure end |