Class: Aws::Types::LoRaWANDeviceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANDeviceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_rate ⇒ ::Integer
Returns the value of attribute data_rate.
-
#dev_eui ⇒ ::String
Returns the value of attribute dev_eui.
-
#f_port ⇒ ::Integer
Returns the value of attribute f_port.
-
#frequency ⇒ ::Integer
Returns the value of attribute frequency.
-
#gateways ⇒ ::Array[Types::LoRaWANGatewayMetadata]
Returns the value of attribute gateways.
-
#public_gateways ⇒ ::Array[Types::LoRaWANPublicGatewayMetadata]
Returns the value of attribute public_gateways.
-
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
Instance Attribute Details
#data_rate ⇒ ::Integer
Returns the value of attribute data_rate.
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.
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.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def f_port @f_port end |
#frequency ⇒ ::Integer
Returns the value of attribute frequency.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def frequency @frequency end |
#gateways ⇒ ::Array[Types::LoRaWANGatewayMetadata]
Returns the value of attribute gateways.
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.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def @timestamp end |