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.
5119 5120 5121 5122 5123 5124 5125 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5119 class OtaaV1_1 < Struct.new( :app_key, :nwk_key, :join_eui) SENSITIVE = [] include Aws::Structure end |