Class: Aws::IoTWireless::Types::LoRaWANUpdateDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANUpdateDevice
- Includes:
- Structure
- Defined in:
- 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
4652 4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4652 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
4652 4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4652 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.
4652 4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4652 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.
4652 4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4652 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.
4652 4653 4654 4655 4656 4657 4658 4659 4660 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4652 class LoRaWANUpdateDevice < Struct.new( :device_profile_id, :service_profile_id, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |