Class: Aws::Types::RegionOfInterest
- Inherits:
-
Object
- Object
- Aws::Types::RegionOfInterest
- 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.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def bounding_box @bounding_box end |
#polygon ⇒ ::Array[Types::Point]
Returns the value of attribute polygon.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def polygon @polygon end |