AWSLocationListGeofenceCollectionsResponseEntry
Objective-C
@interface AWSLocationListGeofenceCollectionsResponseEntry
Swift
class AWSLocationListGeofenceCollectionsResponseEntry
Contains the geofence collection details.
The returned geometry will always match the geometry format used when the geofence was created.
-
The name of the geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionName;
Swift
var collectionName: String? { get set }
-
The timestamp for when the geofence collection 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 description for the geofence collection
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
No longer used. 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 }
-
Specifies a timestamp for when the 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 }