Class: Aws::Greengrass::Types::GetFunctionDefinitionRequest

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

#function_definition_idString

Returns:

  • (String)


2375
2376
2377
2378
2379
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2375

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