Class: Aws::Types::GeofenceGeometry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:circle, :geobuf])

Instance Attribute Summary collapse

Instance Attribute Details

#circleTypes::Circle

Returns the value of attribute circle.

Returns:



627
628
629
# File 'sig/types.rbs', line 627

def circle
  @circle
end

#geobuf::String

Returns the value of attribute geobuf.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def geobuf
  @geobuf
end

#multi_polygon::Array[::Array[::Array[::Array[::Float]]]]

Returns the value of attribute multi_polygon.

Returns:

  • (::Array[::Array[::Array[::Array[::Float]]]])


629
630
631
# File 'sig/types.rbs', line 629

def multi_polygon
  @multi_polygon
end

#polygon::Array[::Array[::Array[::Float]]]

Returns the value of attribute polygon.

Returns:

  • (::Array[::Array[::Array[::Float]]])


626
627
628
# File 'sig/types.rbs', line 626

def polygon
  @polygon
end