Class: Aws::Greengrass::Types::ListFunctionDefinitionsRequest

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

#max_resultsString

Returns:

  • (String)


3554
3555
3556
3557
3558
3559
# File 'lib/aws-sdk-greengrass/types.rb', line 3554

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

#next_tokenString

Returns:

  • (String)


3554
3555
3556
3557
3558
3559
# File 'lib/aws-sdk-greengrass/types.rb', line 3554

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