AWSLocationDisassociateTrackerConsumerRequest
Objective-C
@interface AWSLocationDisassociateTrackerConsumerRequest
Swift
class AWSLocationDisassociateTrackerConsumerRequest
-
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the 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 dissociated from the consumer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerName;
Swift
var trackerName: String? { get set }