Class: Aws::Types::Geometry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Returns the value of attribute bounding_box.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def bounding_box
  @bounding_box
end

#polygon::Array[Types::Point]

Returns the value of attribute polygon.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def polygon
  @polygon
end