- Navigation Guide
@aws-sdk/client-location
ListGeofenceCollectionsCommandOutput Interface
The output of ListGeofenceCollectionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Entries Required | ListGeofenceCollectionsResponseEntry[] | 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