Class: Aws::Greengrass::Types::ListFunctionDefinitionsResponse

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

#definitionsArray<Types::DefinitionInformation>

Returns:



3569
3570
3571
3572
3573
3574
# File 'lib/aws-sdk-greengrass/types.rb', line 3569

class ListFunctionDefinitionsResponse < Struct.new(
  :definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3569
3570
3571
3572
3573
3574
# File 'lib/aws-sdk-greengrass/types.rb', line 3569

class ListFunctionDefinitionsResponse < Struct.new(
  :definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end