Class: Aws::Greengrass::Types::ListLoggerDefinitionsResponse

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:



3723
3724
3725
3726
3727
3728
# File 'lib/aws-sdk-greengrass/types.rb', line 3723

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

#next_tokenString

Returns:

  • (String)


3723
3724
3725
3726
3727
3728
# File 'lib/aws-sdk-greengrass/types.rb', line 3723

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