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

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)


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

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