Class: Aws::Types::DevicePosition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sample_time, :received_time, :position, :position_properties])

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyTypes::PositionalAccuracy

Returns the value of attribute accuracy.



555
556
557
# File 'sig/types.rbs', line 555

def accuracy
  @accuracy
end

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def device_id
  @device_id
end

#position::Array[::Float]

Returns the value of attribute position.

Returns:

  • (::Array[::Float])


554
555
556
# File 'sig/types.rbs', line 554

def position
  @position
end

#position_properties::Hash[::String, ::String]

Returns the value of attribute position_properties.

Returns:

  • (::Hash[::String, ::String])


556
557
558
# File 'sig/types.rbs', line 556

def position_properties
  @position_properties
end

#received_time::Time

Returns the value of attribute received_time.

Returns:

  • (::Time)


553
554
555
# File 'sig/types.rbs', line 553

def received_time
  @received_time
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


552
553
554
# File 'sig/types.rbs', line 552

def sample_time
  @sample_time
end