Class: Aws::Types::NetworkGeoLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def country
  @country
end

#latitude::Float

Returns the value of attribute latitude.

Returns:

  • (::Float)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:

  • (::Float)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def longitude
  @longitude
end