AWSIoTTargetSelection

Objective-C

NS_ENUM(NSInteger, AWSIoTTargetSelection) {
    AWSIoTTargetSelectionUnknown,
    AWSIoTTargetSelectionContinuous,
    AWSIoTTargetSelectionSnapshot,
}

Swift

enum AWSIoTTargetSelection : Int, @unchecked Sendable

Undocumented