class Aws::LocationService::Types::ListGeofenceResponseEntry

Contains a list of geofences stored in a given geofence collection.

@!attribute [rw] create_time

The timestamp for when the geofence was stored in a geofence
collection in [ISO 8601][1] format: `YYYY-MM-DDThh:mm:ss.sssZ`

[1]: https://www.iso.org/iso-8601-date-and-time-format.html
@return [Time]

@!attribute [rw] geofence_id

The geofence identifier.
@return [String]

@!attribute [rw] geometry

Contains the geofence geometry details describing a polygon.
@return [Types::GeofenceGeometry]

@!attribute [rw] status

Identifies the state of the geofence. A geofence will hold one of
the following states:

* `ACTIVE` — The geofence has been indexed by the system.

* `PENDING` — The geofence is being processed by the system.

* `FAILED` — The geofence failed to be indexed by the system.

* `DELETED` — The geofence has been deleted from the system index.

* `DELETING` — The geofence is being deleted from the system index.
@return [String]

@!attribute [rw] update_time

The timestamp for when the geofence was last updated in [ISO
8601][1] format: `YYYY-MM-DDThh:mm:ss.sssZ`

[1]: https://www.iso.org/iso-8601-date-and-time-format.html
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/ListGeofenceResponseEntry AWS API Documentation

Constants

SENSITIVE