Class: Aws::Greengrass::Types::ListLoggerDefinitionsRequest

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

#max_resultsString

Returns:

  • (String)


3708
3709
3710
3711
3712
3713
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3708

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

#next_tokenString

Returns:

  • (String)


3708
3709
3710
3711
3712
3713
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3708

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