Class: Aws::Types::DevicePositionUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyTypes::PositionalAccuracy

Returns the value of attribute accuracy.



564
565
566
# File 'sig/types.rbs', line 564

def accuracy
  @accuracy
end

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def device_id
  @device_id
end

#position::Array[::Float]

Returns the value of attribute position.

Returns:

  • (::Array[::Float])


563
564
565
# File 'sig/types.rbs', line 563

def position
  @position
end

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

Returns the value of attribute position_properties.

Returns:

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


565
566
567
# File 'sig/types.rbs', line 565

def position_properties
  @position_properties
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def sample_time
  @sample_time
end