AWSLocationCreateGeofenceCollectionResponse

Objective-C

@interface AWSLocationCreateGeofenceCollectionResponse

Swift

class AWSLocationCreateGeofenceCollectionResponse
  • The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.

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

    Declaration

    Objective-C

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

    Swift

    var collectionArn: String? { get set }
  • The name for 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 }