Class: Aws::Types::OtaaV1_0_x
- Inherits:
-
Object
- Object
- Aws::Types::OtaaV1_0_x
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_eui ⇒ ::String
Returns the value of attribute app_eui.
-
#app_key ⇒ ::String
Returns the value of attribute app_key.
-
#gen_app_key ⇒ ::String
Returns the value of attribute gen_app_key.
-
#join_eui ⇒ ::String
Returns the value of attribute join_eui.
Instance Attribute Details
#app_eui ⇒ ::String
Returns the value of attribute app_eui.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def app_eui @app_eui end |
#app_key ⇒ ::String
Returns the value of attribute app_key.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def app_key @app_key end |
#gen_app_key ⇒ ::String
Returns the value of attribute gen_app_key.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def gen_app_key @gen_app_key end |
#join_eui ⇒ ::String
Returns the value of attribute join_eui.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def join_eui @join_eui end |