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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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_keyString

The AppKey value.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4692

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

#join_euiString

The JoinEUI value.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4692

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

#nwk_keyString

The NwkKey value.

Returns:

  • (String)


4692
4693
4694
4695
4696
4697
4698
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4692

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