class Aws::IoTWireless::Types::PutResourceLogLevelRequest
@note When making an API call, you may pass PutResourceLogLevelRequest
data as a hash: { resource_identifier: "ResourceIdentifier", # required resource_type: "ResourceType", # required log_level: "INFO", # required, accepts INFO, ERROR, DISABLED }
@!attribute [rw] resource_identifier
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID. @return [String]
@!attribute [rw] resource_type
The type of the resource, which can be `WirelessDevice` or `WirelessGateway`. @return [String]
@!attribute [rw] log_level
The log level for a log message. @return [String]
Constants
- SENSITIVE