@aws-sdk/client-location

ListGeofenceCollectionsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Entries RequiredListGeofenceCollectionsResponseEntry[] | undefined

Lists the geofence collections that exist in your Amazon Web Services account.

NextToken string | undefined

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

Full Signature

export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, MetadataBearer