Class: Aws::Greengrass::Types::DeleteFunctionDefinitionRequest

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)


1409
1410
1411
1412
1413
# File 'lib/aws-sdk-greengrass/types.rb', line 1409

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