class Aws::IoTWireless::Types::UpdateWirelessDeviceRequest

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

data as a hash:

    {
      id: "WirelessDeviceId", # required
      destination_name: "DestinationName",
      name: "WirelessDeviceName",
      description: "Description",
      lo_ra_wan: {
        device_profile_id: "DeviceProfileId",
        service_profile_id: "ServiceProfileId",
      },
    }

@!attribute [rw] id

The ID of the resource to update.
@return [String]

@!attribute [rw] destination_name

The name of the new destination for the device.
@return [String]

@!attribute [rw] name

The new name of the resource.
@return [String]

@!attribute [rw] description

A new description of the resource.
@return [String]

@!attribute [rw] lo_ra_wan

The updated wireless device's configuration.
@return [Types::LoRaWANUpdateDevice]

Constants

SENSITIVE