Class: Aws::IoTWireless::Types::LoRaWANDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN object for create functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#abp_v1_0_x ⇒ Types::AbpV1_0_x
LoRaWAN object for create APIs.
-
#abp_v1_1 ⇒ Types::AbpV1_1
ABP device object for create APIs for v1.1.
-
#dev_eui ⇒ String
The DevEUI value.
-
#device_profile_id ⇒ String
The ID of the device profile for the new wireless device.
-
#f_ports ⇒ Types::FPorts
List of FPort assigned for different LoRaWAN application packages to use.
-
#otaa_v1_0_x ⇒ Types::OtaaV1_0_x
OTAA device object for create APIs for v1.0.x.
-
#otaa_v1_1 ⇒ Types::OtaaV1_1
OTAA device object for v1.1 for create APIs.
-
#service_profile_id ⇒ String
The ID of the service profile.
Instance Attribute Details
#abp_v1_0_x ⇒ Types::AbpV1_0_x
LoRaWAN object for create APIs
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#abp_v1_1 ⇒ Types::AbpV1_1
ABP device object for create APIs for v1.1
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#dev_eui ⇒ String
The DevEUI value.
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :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 new wireless device.
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#f_ports ⇒ Types::FPorts
List of FPort assigned for different LoRaWAN application packages to use
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#otaa_v1_0_x ⇒ Types::OtaaV1_0_x
OTAA device object for create APIs for v1.0.x
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#otaa_v1_1 ⇒ Types::OtaaV1_1
OTAA device object for v1.1 for create APIs
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |
#service_profile_id ⇒ String
The ID of the service profile.
3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3993 class LoRaWANDevice < Struct.new( :dev_eui, :device_profile_id, :service_profile_id, :otaa_v1_1, :otaa_v1_0_x, :abp_v1_1, :abp_v1_0_x, :f_ports) SENSITIVE = [] include Aws::Structure end |