Class: Aws::Types::Location

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latitude::Float

Returns the value of attribute latitude.

Returns:

  • (::Float)


957
958
959
# File 'sig/types.rbs', line 957

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:

  • (::Float)


958
959
960
# File 'sig/types.rbs', line 958

def longitude
  @longitude
end