Class: Aws::IoTWireless::Types::OtaaV1_0_x
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::OtaaV1_0_x
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
OTAA device object for v1.0.x
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_eui ⇒ String
The AppEUI value.
-
#app_key ⇒ String
The AppKey value.
-
#gen_app_key ⇒ String
The GenAppKey value.
-
#join_eui ⇒ String
The JoinEUI value.
Instance Attribute Details
#app_eui ⇒ String
The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4981 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :join_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |
#app_key ⇒ String
The AppKey value.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4981 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :join_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |
#gen_app_key ⇒ String
The GenAppKey value.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4981 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :join_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |
#join_eui ⇒ String
The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4981 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :join_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |