Class: Aws::Greengrass::Types::UpdateFunctionDefinitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_definition_idString

Returns:

  • (String)


4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-greengrass/types.rb', line 4559

class UpdateFunctionDefinitionRequest < Struct.new(
  :function_definition_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-greengrass/types.rb', line 4559

class UpdateFunctionDefinitionRequest < Struct.new(
  :function_definition_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end