Class: Aws::Types::DeviceState
- Inherits:
-
Object
- Object
- Aws::Types::DeviceState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
-
#cell_signals ⇒ Types::CellSignals
Returns the value of attribute cell_signals.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#ipv_4_address ⇒ ::String
Returns the value of attribute ipv_4_address.
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
-
#wi_fi_access_points ⇒ ::Array[Types::WiFiAccessPoint]
Returns the value of attribute wi_fi_access_points.
Instance Attribute Details
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
573 574 575 |
# File 'sig/types.rbs', line 573 def accuracy @accuracy end |
#cell_signals ⇒ Types::CellSignals
Returns the value of attribute cell_signals.
576 577 578 |
# File 'sig/types.rbs', line 576 def cell_signals @cell_signals end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def device_id @device_id end |
#ipv_4_address ⇒ ::String
Returns the value of attribute ipv_4_address.
574 575 576 |
# File 'sig/types.rbs', line 574 def ipv_4_address @ipv_4_address end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
572 573 574 |
# File 'sig/types.rbs', line 572 def position @position end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
571 572 573 |
# File 'sig/types.rbs', line 571 def sample_time @sample_time end |
#wi_fi_access_points ⇒ ::Array[Types::WiFiAccessPoint]
Returns the value of attribute wi_fi_access_points.
575 576 577 |
# File 'sig/types.rbs', line 575 def wi_fi_access_points @wi_fi_access_points end |