Get Tracker Result
data class GetTrackerResult(val arn: String? = null, val createTime: String? = null, val description: String? = null, val eventBridgeEnabled: Boolean? = null, val kmsKeyEnableGeospatialQueries: Boolean? = null, val positionFiltering: TrackerPositionFiltering? = null, val pricingPlan: TrackerPricingPlan? = null, val pricingPlanDataSource: String? = null, val tags: List<Tag>? = null, val trackerArn: String? = null, val updateTime: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, createTime: String? = null, description: String? = null, eventBridgeEnabled: Boolean? = null, kmsKeyEnableGeospatialQueries: Boolean? = null, positionFiltering: TrackerPositionFiltering? = null, pricingPlan: TrackerPricingPlan? = null, pricingPlanDataSource: String? = null, tags: List<Tag>? = null, trackerArn: String? = null, updateTime: String? = null)
Properties
Link copied to clipboard
The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Link copied to clipboard
An optional description for the tracker resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the position filtering for the tracker resource. Valid values:
Link copied to clipboard
Link copied to clipboard
This shape is deprecated since 2022-02-01: Deprecated. No longer allowed.
Link copied to clipboard
Synonym for Arn
. The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS .
Link copied to clipboard
The timestamp for when the tracker resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.