AWSLocationDescribeGeofenceCollectionRequest

Objective-C

@interface AWSLocationDescribeGeofenceCollectionRequest

Swift

class AWSLocationDescribeGeofenceCollectionRequest
  • The name of the geofence collection.

    Declaration

    Objective-C

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

    Swift

    var collectionName: String? { get set }