Class: Aws::Types::LoRaWANDevice
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abp_v1_0_x ⇒ Types::AbpV1_0_x
Returns the value of attribute abp_v1_0_x.
-
#abp_v1_1 ⇒ Types::AbpV1_1
Returns the value of attribute abp_v1_1.
-
#dev_eui ⇒ ::String
Returns the value of attribute dev_eui.
-
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
-
#f_ports ⇒ Types::FPorts
Returns the value of attribute f_ports.
-
#otaa_v1_0_x ⇒ Types::OtaaV1_0_x
Returns the value of attribute otaa_v1_0_x.
-
#otaa_v1_1 ⇒ Types::OtaaV1_1
Returns the value of attribute otaa_v1_1.
-
#service_profile_id ⇒ ::String
Returns the value of attribute service_profile_id.
Instance Attribute Details
#abp_v1_0_x ⇒ Types::AbpV1_0_x
Returns the value of attribute abp_v1_0_x.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def abp_v1_0_x @abp_v1_0_x end |
#abp_v1_1 ⇒ Types::AbpV1_1
Returns the value of attribute abp_v1_1.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def abp_v1_1 @abp_v1_1 end |
#dev_eui ⇒ ::String
Returns the value of attribute dev_eui.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def dev_eui @dev_eui end |
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def device_profile_id @device_profile_id end |
#f_ports ⇒ Types::FPorts
Returns the value of attribute f_ports.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def f_ports @f_ports end |
#otaa_v1_0_x ⇒ Types::OtaaV1_0_x
Returns the value of attribute otaa_v1_0_x.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def otaa_v1_0_x @otaa_v1_0_x end |
#otaa_v1_1 ⇒ Types::OtaaV1_1
Returns the value of attribute otaa_v1_1.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def otaa_v1_1 @otaa_v1_1 end |
#service_profile_id ⇒ ::String
Returns the value of attribute service_profile_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def service_profile_id @service_profile_id end |