Skip to content

Describe Geofence Collection

locationservice_describe_geofence_collection R Documentation

Retrieves the geofence collection details

Description

Retrieves the geofence collection details.

Usage

locationservice_describe_geofence_collection(CollectionName)

Arguments

CollectionName

[required] The name of the geofence collection.

Value

A list with the following syntax:

list(
  CollectionName = "string",
  CollectionArn = "string",
  Description = "string",
  PricingPlan = "RequestBasedUsage"|"MobileAssetTracking"|"MobileAssetManagement",
  PricingPlanDataSource = "string",
  KmsKeyId = "string",
  Tags = list(
    "string"
  ),
  CreateTime = as.POSIXct(
    "2015-01-01"
  ),
  UpdateTime = as.POSIXct(
    "2015-01-01"
  ),
  GeofenceCount = 123
)

Request syntax

svc$describe_geofence_collection(
  CollectionName = "string"
)