Method: Aws::IoTWireless::Types::LoRaWANUpdateDevice#device_profile_id

Defined in:
lib/aws-sdk-iotwireless/types.rb

#device_profile_idString

The ID of the device profile for the wireless device.

Returns:

  • (String)


4731
4732
4733
4734
4735
4736
4737
4738
4739
# File 'lib/aws-sdk-iotwireless/types.rb', line 4731

class LoRaWANUpdateDevice < Struct.new(
  :device_profile_id,
  :service_profile_id,
  :abp_v1_1,
  :abp_v1_0_x,
  :f_ports)
  SENSITIVE = []
  include Aws::Structure
end