Class: Aws::Types::IpGeoLocation

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)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def lat
  @lat
end

#lon::Float

Returns the value of attribute lon.

Returns:

  • (::Float)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def lon
  @lon
end