AWSLocationUpdateGeofenceCollectionResponse

Objective-C

@interface AWSLocationUpdateGeofenceCollectionResponse

Swift

class AWSLocationUpdateGeofenceCollectionResponse
  • The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across 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 of the updated geofence collection.

    Declaration

    Objective-C

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

    Swift

    var collectionName: String? { get set }
  • The time when the geofence collection 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 }