Class: Aws::Types::LoRaWANPublicGatewayMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dl_allowed ⇒ Boolean

Returns the value of attribute dl_allowed.

Returns:

  • (Boolean)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def dl_allowed
  @dl_allowed
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def id
  @id
end

#provider_net_id ⇒ ::String

Returns the value of attribute provider_net_id.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def provider_net_id
  @provider_net_id
end

#rf_region ⇒ ::String

Returns the value of attribute rf_region.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def rf_region
  @rf_region
end

#rssi ⇒ ::Float

Returns the value of attribute rssi.

Returns:

  • (::Float)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def rssi
  @rssi
end

#snr ⇒ ::Float

Returns the value of attribute snr.

Returns:

  • (::Float)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def snr
  @snr
end