Class: Aws::IoTSiteWise::Types::LoggingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::LoggingOptions
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass LoggingOptions data as a hash:
{
level: "ERROR", # required, accepts ERROR, INFO, OFF
}
Contains logging options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#level ⇒ String
The AWS IoT SiteWise logging verbosity level.
Instance Attribute Details
#level ⇒ String
The AWS IoT SiteWise logging verbosity level.
4346 4347 4348 4349 4350 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4346 class LoggingOptions < Struct.new( :level) SENSITIVE = [] include Aws::Structure end |