Class: Aws::Types::Geometry
- Inherits:
-
Object
- Object
- Aws::Types::Geometry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coordinates ⇒ ::Array[::Array[::Array[::Float]]]
Returns the value of attribute coordinates.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#coordinates ⇒ ::Array[::Array[::Array[::Float]]]
Returns the value of attribute coordinates.
175 176 177 |
# File 'sig/types.rbs', line 175 def coordinates @coordinates end |
#type ⇒ ::String
Returns the value of attribute type.
176 177 178 |
# File 'sig/types.rbs', line 176 def type @type end |