AWSIoTThingGroupIndexingMode
Objective-C
NS_ENUM(NSInteger, AWSIoTThingGroupIndexingMode) {
AWSIoTThingGroupIndexingModeUnknown,
AWSIoTThingGroupIndexingModeOff,
AWSIoTThingGroupIndexingModeOn,
}
Swift
enum AWSIoTThingGroupIndexingMode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTThingGroupIndexingModeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTThingGroupIndexingModeOffSwift
case off = 1 -
Undocumented
Declaration
Objective-C
AWSIoTThingGroupIndexingModeOnSwift
case on = 2
View on GitHub
Install in Dash
AWSIoTThingGroupIndexingMode Enumeration Reference