Method: Aws::IoTWireless::Types::LoRaWANUpdateDevice#abp_v1_0_x
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
#abp_v1_0_x ⇒ Types::UpdateAbpV1_0_x
ABP device object for update APIs for v1.0.x
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 |