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)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def lat
  @lat
end

#lon::Float

Returns the value of attribute lon.

Returns:

  • (::Float)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def lon
  @lon
end