Class: Aws::Types::AreaOfInterestGeometry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: MultiPolygonGeometry, PolygonGeometry, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multi_polygon_geometryTypes::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_geometryTypes::PolygonGeometryInput

Returns the value of attribute polygon_geometry.



29
30
31
# File 'sig/types.rbs', line 29

def polygon_geometry
  @polygon_geometry
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


30
31
32
# File 'sig/types.rbs', line 30

def unknown
  @unknown
end