Class: Aws::Types::LoRaWANDeviceMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_rate ⇒ ::Integer

Returns the value of attribute data_rate.

Returns:

  • (::Integer)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def data_rate
  @data_rate
end

#dev_eui ⇒ ::String

Returns the value of attribute dev_eui.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def dev_eui
  @dev_eui
end

#f_port ⇒ ::Integer

Returns the value of attribute f_port.

Returns:

  • (::Integer)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def f_port
  @f_port
end

#frequency ⇒ ::Integer

Returns the value of attribute frequency.

Returns:

  • (::Integer)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def frequency
  @frequency
end

#gateways ⇒ ::Array[Types::LoRaWANGatewayMetadata]

Returns the value of attribute gateways.

Returns:



1352
1353
1354
# File 'sig/types.rbs', line 1352

def gateways
  @gateways
end

#public_gateways ⇒ ::Array[Types::LoRaWANPublicGatewayMetadata]

Returns the value of attribute public_gateways.



1353
1354
1355
# File 'sig/types.rbs', line 1353

def public_gateways
  @public_gateways
end

#timestamp ⇒ ::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def timestamp
  @timestamp
end