Class: Aws::Greengrass::Types::ListLoggerDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListLoggerDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#definitions ⇒ Array<Types::DefinitionInformation>
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_token ⇒ 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 |