Class: Aws::Types::Geometry
- Inherits:
-
Object
- Object
- Aws::Types::Geometry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
-
#polygon ⇒ ::Array[Types::Point]
Returns the value of attribute polygon.
-
#rotation_angle ⇒ ::Float
Returns the value of attribute rotation_angle.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
286 287 288 |
# File 'sig/types.rbs', line 286 def bounding_box @bounding_box end |
#polygon ⇒ ::Array[Types::Point]
Returns the value of attribute polygon.
287 288 289 |
# File 'sig/types.rbs', line 287 def polygon @polygon end |
#rotation_angle ⇒ ::Float
Returns the value of attribute rotation_angle.
288 289 290 |
# File 'sig/types.rbs', line 288 def rotation_angle @rotation_angle end |