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