Class: Aws::IoTWireless::Types::LoRaWANUpdateDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANUpdateDevice
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN object for update functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#abp_v1_0_x ⇒ Types::UpdateAbpV1_0_x
ABP device object for update APIs for v1.0.x.
-
#abp_v1_1 ⇒ Types::UpdateAbpV1_1
ABP device object for update APIs for v1.1.
-
#device_profile_id ⇒ String
The ID of the device profile for the wireless device.
-
#f_ports ⇒ Types::UpdateFPorts
FPorts object for the positioning information of the device.
-
#service_profile_id ⇒ String
The ID of the service profile.
Instance Attribute Details
#abp_v1_0_x ⇒ Types::UpdateAbpV1_0_x
ABP device object for update APIs for v1.0.x
4570 4571 4572 4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4570 class LoRaWANUpdateDevice < Struct.new( :device_profile_id, :service_profile_id, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#abp_v1_1 ⇒ Types::UpdateAbpV1_1
ABP device object for update APIs for v1.1
4570 4571 4572 4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4570 class LoRaWANUpdateDevice < Struct.new( :device_profile_id, :service_profile_id, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#device_profile_id ⇒ String
The ID of the device profile for the wireless device.
4570 4571 4572 4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4570 class LoRaWANUpdateDevice < Struct.new( :device_profile_id, :service_profile_id, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#f_ports ⇒ Types::UpdateFPorts
FPorts object for the positioning information of the device.
4570 4571 4572 4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4570 class LoRaWANUpdateDevice < Struct.new( :device_profile_id, :service_profile_id, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#service_profile_id ⇒ String
The ID of the service profile.
4570 4571 4572 4573 4574 4575 4576 4577 4578 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4570 class LoRaWANUpdateDevice < Struct.new( :device_profile_id, :service_profile_id, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |