GetTrackerResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) for the tracker 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 tracker 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 tracker resource.

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

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

Link copied to clipboard
val trackerArn: String? = null

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

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