Class: Aws::Types::LoRaWANServiceProfile
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANServiceProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_gw_metadata ⇒ Boolean
Returns the value of attribute add_gw_metadata.
-
#dr_max ⇒ ::Integer
Returns the value of attribute dr_max.
-
#dr_min ⇒ ::Integer
Returns the value of attribute dr_min.
-
#nb_trans_max ⇒ ::Integer
Returns the value of attribute nb_trans_max.
-
#nb_trans_min ⇒ ::Integer
Returns the value of attribute nb_trans_min.
-
#pr_allowed ⇒ Boolean
Returns the value of attribute pr_allowed.
-
#ra_allowed ⇒ Boolean
Returns the value of attribute ra_allowed.
-
#tx_power_index_max ⇒ ::Integer
Returns the value of attribute tx_power_index_max.
-
#tx_power_index_min ⇒ ::Integer
Returns the value of attribute tx_power_index_min.
Instance Attribute Details
#add_gw_metadata ⇒ Boolean
Returns the value of attribute add_gw_metadata.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def @add_gw_metadata end |
#dr_max ⇒ ::Integer
Returns the value of attribute dr_max.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def dr_max @dr_max end |
#dr_min ⇒ ::Integer
Returns the value of attribute dr_min.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def dr_min @dr_min end |
#nb_trans_max ⇒ ::Integer
Returns the value of attribute nb_trans_max.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def nb_trans_max @nb_trans_max end |
#nb_trans_min ⇒ ::Integer
Returns the value of attribute nb_trans_min.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def nb_trans_min @nb_trans_min end |
#pr_allowed ⇒ Boolean
Returns the value of attribute pr_allowed.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def pr_allowed @pr_allowed end |
#ra_allowed ⇒ Boolean
Returns the value of attribute ra_allowed.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def ra_allowed @ra_allowed end |
#tx_power_index_max ⇒ ::Integer
Returns the value of attribute tx_power_index_max.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def tx_power_index_max @tx_power_index_max end |
#tx_power_index_min ⇒ ::Integer
Returns the value of attribute tx_power_index_min.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def tx_power_index_min @tx_power_index_min end |