class Aws::IoTWireless::Types::ResetResourceLogLevelRequest

@note When making an API call, you may pass ResetResourceLogLevelRequest

data as a hash:

    {
      resource_identifier: "ResourceIdentifier", # required
      resource_type: "ResourceType", # required
    }

@!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]

Constants

SENSITIVE