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

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

The AppEUI value.

Returns:

  • (String)


4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4669

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

#app_keyString

The AppKey value.

Returns:

  • (String)


4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4669

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

#gen_app_keyString

The GenAppKey value.

Returns:

  • (String)


4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4669

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

#join_euiString

The JoinEUI value.

Returns:

  • (String)


4669
4670
4671
4672
4673
4674
4675
4676
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4669

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