Class: Aws::Greengrass::Types::LoggerDefinitionVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::LoggerDefinitionVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a logger definition version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#loggers ⇒ Array<Types::Logger>
A list of loggers.
Instance Attribute Details
#loggers ⇒ Array<Types::Logger>
A list of loggers.
3995 3996 3997 3998 3999 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3995 class LoggerDefinitionVersion < Struct.new( :loggers) SENSITIVE = [] include Aws::Structure end |