Class: Aws::Types::IpGeoLocation
- Inherits:
-
Object
- Object
- Aws::Types::IpGeoLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lat ⇒ ::Float
Returns the value of attribute lat.
-
#lon ⇒ ::Float
Returns the value of attribute lon.
Instance Attribute Details
#lat ⇒ ::Float
Returns the value of attribute lat.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def lat @lat end |
#lon ⇒ ::Float
Returns the value of attribute lon.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def lon @lon end |