Class: Aws::Types::AreaOfInterestGeometry
- Inherits:
-
Object
- Object
- Aws::Types::AreaOfInterestGeometry
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MultiPolygonGeometry, PolygonGeometry, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multi_polygon_geometry ⇒ Types::MultiPolygonGeometryInput
Returns the value of attribute multi_polygon_geometry.
-
#polygon_geometry ⇒ Types::PolygonGeometryInput
Returns the value of attribute polygon_geometry.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#multi_polygon_geometry ⇒ Types::MultiPolygonGeometryInput
Returns the value of attribute multi_polygon_geometry.
28 29 30 |
# File 'sig/types.rbs', line 28 def multi_polygon_geometry @multi_polygon_geometry end |
#polygon_geometry ⇒ Types::PolygonGeometryInput
Returns the value of attribute polygon_geometry.
29 30 31 |
# File 'sig/types.rbs', line 29 def polygon_geometry @polygon_geometry end |
#unknown ⇒ Object
Returns the value of attribute unknown.
30 31 32 |
# File 'sig/types.rbs', line 30 def unknown @unknown end |