Class: Aws::IoTWireless::Types::OtaaV1_0_x
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::OtaaV1_0_x
- 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
-
#app_eui ⇒ String
The AppEUI value.
-
#app_key ⇒ String
The AppKey value.
-
#gen_app_key ⇒ String
The GenAppKey value.
Instance Attribute Details
#app_eui ⇒ String
The AppEUI value.
4661 4662 4663 4664 4665 4666 4667 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4661 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |
#app_key ⇒ String
The AppKey value.
4661 4662 4663 4664 4665 4666 4667 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4661 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |
#gen_app_key ⇒ String
The GenAppKey value.
4661 4662 4663 4664 4665 4666 4667 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4661 class OtaaV1_0_x < Struct.new( :app_key, :app_eui, :gen_app_key) SENSITIVE = [] include Aws::Structure end |