Class: Aws::Types::GetPositionEstimateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_configuration ⇒ Types::AdvancedConfiguration

Returns the value of attribute advanced_configuration.



793
794
795
# File 'sig/types.rbs', line 793

def advanced_configuration
  @advanced_configuration
end

#cell_towers ⇒ Types::CellTowers

Returns the value of attribute cell_towers.

Returns:



788
789
790
# File 'sig/types.rbs', line 788

def cell_towers
  @cell_towers
end

#gnss ⇒ Types::Gnss

Returns the value of attribute gnss.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def gnss
  @gnss
end

#gnss_multi_frame ⇒ Types::GnssMultiFrame

Returns the value of attribute gnss_multi_frame.



791
792
793
# File 'sig/types.rbs', line 791

def gnss_multi_frame
  @gnss_multi_frame
end

#ip ⇒ Types::Ip

Returns the value of attribute ip.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def ip
  @ip
end

#timestamp ⇒ ::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


792
793
794
# File 'sig/types.rbs', line 792

def timestamp
  @timestamp
end

#wi_fi_access_points ⇒ ::Array[Types::WiFiAccessPoint]

Returns the value of attribute wi_fi_access_points.

Returns:



787
788
789
# File 'sig/types.rbs', line 787

def wi_fi_access_points
  @wi_fi_access_points
end