AWSLocationDescribeTrackerResponse
Objective-C
@interface AWSLocationDescribeTrackerResponse
Swift
class AWSLocationDescribeTrackerResponse
-
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createTime;
Swift
var createTime: Date? { get set }
-
The optional description for the tracker resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
Whether
UPDATE
events from this tracker in EventBridge are enabled. If set totrue
these events will be sent to EventBridge.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable eventBridgeEnabled;
Swift
var eventBridgeEnabled: NSNumber? { get set }
-
Enables
GeospatialQueries
for a tracker that uses a Amazon Web Services KMS customer managed key.This parameter is only used if you are using a KMS customer managed key.
If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key.
You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the
KmsKeyEnableGeospatialQueries
parameter to true when creating or updating a Tracker.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable kmsKeyEnableGeospatialQueries;
Swift
var kmsKeyEnableGeospatialQueries: NSNumber? { get set }
-
A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable kmsKeyId;
Swift
var kmsKeyId: String? { get set }
-
The position filtering method of the tracker resource.
Declaration
Objective-C
@property (nonatomic) AWSLocationPositionFiltering positionFiltering;
Swift
var positionFiltering: AWSLocationPositionFiltering { get set }
-
Always returns
RequestBasedUsage
.Declaration
Objective-C
@property (nonatomic) AWSLocationPricingPlan pricingPlan;
Swift
var pricingPlan: AWSLocationPricingPlan { get set }
-
No longer used. Always returns an empty string.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable pricingPlanDataSource;
Swift
var pricingPlanDataSource: String? { get set }
-
The tags associated with the tracker resource.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }
-
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:tracker/ExampleTracker
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerArn;
Swift
var trackerArn: String? { get set }
-
The name of the tracker resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trackerName;
Swift
var trackerName: String? { get set }
-
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable updateTime;
Swift
var updateTime: Date? { get set }