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)


6654
6655
6656
# File 'sig/types.rbs', line 6654

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


6655
6656
6657
# File 'sig/types.rbs', line 6655

def country
  @country
end

#lat::Float

Returns the value of attribute lat.

Returns:

  • (::Float)


6656
6657
6658
# File 'sig/types.rbs', line 6656

def lat
  @lat
end

#lon::Float

Returns the value of attribute lon.

Returns:

  • (::Float)


6657
6658
6659
# File 'sig/types.rbs', line 6657

def lon
  @lon
end