AWSIoTThingGroupIndexingMode
Objective-C
NS_ENUM(NSInteger, AWSIoTThingGroupIndexingMode) {
AWSIoTThingGroupIndexingModeUnknown,
AWSIoTThingGroupIndexingModeOff,
AWSIoTThingGroupIndexingModeOn,
}
Swift
enum AWSIoTThingGroupIndexingMode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTThingGroupIndexingModeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTThingGroupIndexingModeOff
Swift
case off = 1
-
Undocumented
Declaration
Objective-C
AWSIoTThingGroupIndexingModeOn
Swift
case on = 2