Method: Aws::IoTWireless::Types::LoRaWANUpdateDevice#service_profile_id

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

#service_profile_idString

The ID of the service profile.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
# File 'lib/aws-sdk-iotwireless/types.rb', line 4748

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