Class: Aws::Types::LoRaWANGateway

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#beaconing ⇒ Types::Beaconing

Returns the value of attribute beaconing.

Returns:



1397
1398
1399
# File 'sig/types.rbs', line 1397

def beaconing
  @beaconing
end

#gateway_eui ⇒ ::String

Returns the value of attribute gateway_eui.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Array[::String]])


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Integer])


1396
1397
1398
# File 'sig/types.rbs', line 1396

def sub_bands
  @sub_bands
end