Class: Aws::IoTSiteWise::Types::PutLoggingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PutLoggingOptionsRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass PutLoggingOptionsRequest data as a hash:
{
logging_options: { # required
level: "ERROR", # required, accepts ERROR, INFO, OFF
},
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_options ⇒ Types::LoggingOptions
The logging options to set.
Instance Attribute Details
#logging_options ⇒ Types::LoggingOptions
The logging options to set.
6639 6640 6641 6642 6643 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6639 class PutLoggingOptionsRequest < Struct.new( :logging_options) SENSITIVE = [] include Aws::Structure end |