AWSLocationAssociateTrackerConsumerRequest

Objective-C

@interface AWSLocationAssociateTrackerConsumerRequest

Swift

class AWSLocationAssociateTrackerConsumerRequest
  • 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 Amazon Web Services.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable consumerArn;

    Swift

    var consumerArn: String? { get set }
  • The name of the tracker resource to be associated with a geofence collection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable trackerName;

    Swift

    var trackerName: String? { get set }