You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::LoggerDefinitionVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::LoggerDefinitionVersion
- Defined in:
- (unknown)
Overview
Note:
When passing LoggerDefinitionVersion as input to an Aws::Client method, you can use a vanilla Hash:
{
loggers: [
{
component: "GreengrassSystem", # required, accepts GreengrassSystem, Lambda
id: "__string", # required
level: "DEBUG", # required, accepts DEBUG, INFO, WARN, ERROR, FATAL
space: 1,
type: "FileSystem", # required, accepts FileSystem, AWSCloudWatch
},
],
}
Information about a logger definition version.
Returned by:
Instance Attribute Summary collapse
-
#loggers ⇒ Array<Types::Logger>
A list of loggers.
Instance Attribute Details
#loggers ⇒ Array<Types::Logger>
A list of loggers.