Class: Aws::Types::DeviceState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sample_time, :position])

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyTypes::PositionalAccuracy

Returns the value of attribute accuracy.



573
574
575
# File 'sig/types.rbs', line 573

def accuracy
  @accuracy
end

#cell_signalsTypes::CellSignals

Returns the value of attribute cell_signals.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Float])


572
573
574
# File 'sig/types.rbs', line 572

def position
  @position
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::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.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def wi_fi_access_points
  @wi_fi_access_points
end