Class: Aws::IoTWireless::Types::OtaaV1_1
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::OtaaV1_1
- 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
-
#app_key ⇒ String
The AppKey value.
-
#join_eui ⇒ String
The JoinEUI value.
-
#nwk_key ⇒ String
The NwkKey value.
Instance Attribute Details
#app_key ⇒ String
The AppKey value.
5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5004 class OtaaV1_1 < Struct.new( :app_key, :nwk_key, :join_eui) SENSITIVE = [] include Aws::Structure end |