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:



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.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def polygon
  @polygon
end

#rotation_angle::Float

Returns the value of attribute rotation_angle.

Returns:

  • (::Float)


288
289
290
# File 'sig/types.rbs', line 288

def rotation_angle
  @rotation_angle
end