Class: Aws::Greengrass::Types::CreateFunctionDefinitionVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_tokenString

Returns:

  • (String)


747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-greengrass/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_configTypes::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 'gems/aws-sdk-greengrass/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_idString

Returns:

  • (String)


747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-greengrass/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

#functionsArray<Types::Function>

Returns:



747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-greengrass/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