Class: Aws::IoTWireless::Types::OtaaV1_0_x

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_eui ⇒ String

The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.

Returns:

  • (String)


5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-iotwireless/types.rb', line 5198

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.

Returns:

  • (String)


5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-iotwireless/types.rb', line 5198

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.

Returns:

  • (String)


5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-iotwireless/types.rb', line 5198

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.

Returns:

  • (String)


5198
5199
5200
5201
5202
5203
5204
5205
# File 'lib/aws-sdk-iotwireless/types.rb', line 5198

class OtaaV1_0_x < Struct.new(
  :app_key,
  :app_eui,
  :join_eui,
  :gen_app_key)
  SENSITIVE = []
  include Aws::Structure
end