Class: Aws::Types::LoRaWANGateway
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#beaconing ⇒ Types::Beaconing
Returns the value of attribute beaconing.
-
#gateway_eui ⇒ ::String
Returns the value of attribute gateway_eui.
-
#join_eui_filters ⇒ ::Array[::Array[::String]]
Returns the value of attribute join_eui_filters.
-
#max_eirp ⇒ ::Float
Returns the value of attribute max_eirp.
-
#net_id_filters ⇒ ::Array[::String]
Returns the value of attribute net_id_filters.
-
#rf_region ⇒ ::String
Returns the value of attribute rf_region.
-
#sub_bands ⇒ ::Array[::Integer]
Returns the value of attribute sub_bands.
Instance Attribute Details
#beaconing ⇒ Types::Beaconing
Returns the value of attribute beaconing.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def beaconing @beaconing end |
#gateway_eui ⇒ ::String
Returns the value of attribute gateway_eui.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def gateway_eui @gateway_eui end |
#join_eui_filters ⇒ ::Array[::Array[::String]]
Returns the value of attribute join_eui_filters.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def join_eui_filters @join_eui_filters end |
#max_eirp ⇒ ::Float
Returns the value of attribute max_eirp.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def max_eirp @max_eirp end |
#net_id_filters ⇒ ::Array[::String]
Returns the value of attribute net_id_filters.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def net_id_filters @net_id_filters end |
#rf_region ⇒ ::String
Returns the value of attribute rf_region.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def rf_region @rf_region end |
#sub_bands ⇒ ::Array[::Integer]
Returns the value of attribute sub_bands.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def sub_bands @sub_bands end |