Class: Aws::Types::GPSCoordinates

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)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:

  • (::Float)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def longitude
  @longitude
end