GetTrackerAssociationsResult

data class GetTrackerAssociationsResult(val consumerArns: List<String>, val id: String, val trackerName: String)

A collection of values returned by getTrackerAssociations.

Constructors

Link copied to clipboard
constructor(consumerArns: List<String>, id: String, trackerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of geofence collection ARNs associated to the tracker resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard