class Aws::LocationService::Types::AssociateTrackerConsumerRequest

@note When making an API call, you may pass AssociateTrackerConsumerRequest

data as a hash:

    {
      consumer_arn: "Arn", # required
      tracker_name: "ResourceName", # required
    }

@!attribute [rw] consumer_arn

The Amazon Resource Name (ARN) for the geofence collection to be
associated to tracker resource. Used when you need to specify a
resource across all AWS.

* Format example:
  `arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer`

^
@return [String]

@!attribute [rw] tracker_name

The name of the tracker resource to be associated with a geofence
collection.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/AssociateTrackerConsumerRequest AWS API Documentation

Constants

SENSITIVE