Class: Aws::Types::GeoLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lat::Float

Returns the value of attribute lat.

Returns:

  • (::Float)


5851
5852
5853
# File 'sig/types.rbs', line 5851

def lat
  @lat
end

#lon::Float

Returns the value of attribute lon.

Returns:

  • (::Float)


5850
5851
5852
# File 'sig/types.rbs', line 5850

def lon
  @lon
end