Class: Aws::IoTWireless::Types::OtaaV1_1

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

OTAA device object for v1.1

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_key ⇒ String

The AppKey value.

Returns:

  • (String)


5221
5222
5223
5224
5225
5226
5227
# File 'lib/aws-sdk-iotwireless/types.rb', line 5221

class OtaaV1_1 < Struct.new(
  :app_key,
  :nwk_key,
  :join_eui)
  SENSITIVE = []
  include Aws::Structure
end

#join_eui ⇒ String

The JoinEUI value.

Returns:

  • (String)


5221
5222
5223
5224
5225
5226
5227
# File 'lib/aws-sdk-iotwireless/types.rb', line 5221

class OtaaV1_1 < Struct.new(
  :app_key,
  :nwk_key,
  :join_eui)
  SENSITIVE = []
  include Aws::Structure
end

#nwk_key ⇒ String

The NwkKey value.

Returns:

  • (String)


5221
5222
5223
5224
5225
5226
5227
# File 'lib/aws-sdk-iotwireless/types.rb', line 5221

class OtaaV1_1 < Struct.new(
  :app_key,
  :nwk_key,
  :join_eui)
  SENSITIVE = []
  include Aws::Structure
end