Class: Aws::Types::OtaaV1_1
- Inherits:
-
Object
- Object
- Aws::Types::OtaaV1_1
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_key ⇒ ::String
Returns the value of attribute app_key.
-
#join_eui ⇒ ::String
Returns the value of attribute join_eui.
-
#nwk_key ⇒ ::String
Returns the value of attribute nwk_key.
Instance Attribute Details
#app_key ⇒ ::String
Returns the value of attribute app_key.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def app_key @app_key end |
#join_eui ⇒ ::String
Returns the value of attribute join_eui.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def join_eui @join_eui end |
#nwk_key ⇒ ::String
Returns the value of attribute nwk_key.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def nwk_key @nwk_key end |