Get Geofence Collection Result
data class GetGeofenceCollectionResult(val arn: String? = null, val collectionArn: String? = null, val createTime: String? = null, val description: String? = null, val pricingPlan: GeofenceCollectionPricingPlan? = null, val pricingPlanDataSource: String? = null, val tags: List<Tag>? = null, val updateTime: String? = null)
Properties
Link copied to clipboard
Synonym for Arn
. The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS .
Link copied to clipboard
The timestamp for when the geofence collection resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Link copied to clipboard
An optional description for the geofence collection.
Link copied to clipboard
Link copied to clipboard
This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
Link copied to clipboard
The timestamp for when the geofence collection resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.