Class: Aws::Types::GeofenceGeometry
- Inherits:
-
Object
- Object
- Aws::Types::GeofenceGeometry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#circle ⇒ Types::Circle
Returns the value of attribute circle.
-
#geobuf ⇒ ::String
Returns the value of attribute geobuf.
-
#multi_polygon ⇒ ::Array[::Array[::Array[::Array[::Float]]]]
Returns the value of attribute multi_polygon.
-
#polygon ⇒ ::Array[::Array[::Array[::Float]]]
Returns the value of attribute polygon.
Instance Attribute Details
#circle ⇒ Types::Circle
Returns the value of attribute circle.
627 628 629 |
# File 'sig/types.rbs', line 627 def circle @circle end |
#geobuf ⇒ ::String
Returns the value of attribute geobuf.
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.
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.
626 627 628 |
# File 'sig/types.rbs', line 626 def polygon @polygon end |