class Aws::IoTWireless::Types::WirelessDeviceLogOption
The log options for wireless devices and can be used to set log levels for a specific type of wireless device.
@note When making an API call, you may pass WirelessDeviceLogOption
data as a hash: { type: "Sidewalk", # required, accepts Sidewalk, LoRaWAN log_level: "INFO", # required, accepts INFO, ERROR, DISABLED events: [ { event: "Join", # required, accepts Join, Rejoin, Uplink_Data, Downlink_Data, Registration log_level: "INFO", # required, accepts INFO, ERROR, DISABLED }, ], }
@!attribute [rw] type
The wireless device type. @return [String]
@!attribute [rw] log_level
The log level for a log message. @return [String]
@!attribute [rw] events
The list of wireless device event log options. @return [Array<Types::WirelessDeviceEventLogOption>]
Constants
- SENSITIVE