Class: Aws::Types::GeoLocationTarget
- Inherits:
-
Object
- Object
- Aws::Types::GeoLocationTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#order ⇒ "LatLon", "LonLat"
Returns the value of attribute order.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def name @name end |
#order ⇒ "LatLon", "LonLat"
Returns the value of attribute order.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def order @order end |