Class: Aws::Types::GetDevicePositionResponse

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.



660
661
662
# File 'sig/types.rbs', line 660

def accuracy
  @accuracy
end

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def device_id
  @device_id
end

#position::Array[::Float]

Returns the value of attribute position.

Returns:

  • (::Array[::Float])


659
660
661
# File 'sig/types.rbs', line 659

def position
  @position
end

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

Returns the value of attribute position_properties.

Returns:

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


661
662
663
# File 'sig/types.rbs', line 661

def position_properties
  @position_properties
end

#received_time::Time

Returns the value of attribute received_time.

Returns:

  • (::Time)


658
659
660
# File 'sig/types.rbs', line 658

def received_time
  @received_time
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


657
658
659
# File 'sig/types.rbs', line 657

def sample_time
  @sample_time
end