GetGeofenceCollectionResult

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)

Constructors

Link copied to clipboard
constructor(arn: String? = null, collectionArn: String? = null, createTime: String? = null, description: String? = null, pricingPlan: GeofenceCollectionPricingPlan? = null, pricingPlanDataSource: String? = null, tags: List<Tag>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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
val collectionArn: String? = null

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
val createTime: String? = null

The timestamp for when the geofence collection resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .

Link copied to clipboard
val description: String? = null

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
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updateTime: String? = null

The timestamp for when the geofence collection resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ .