AWSIoTThingGroupIndexingMode

Objective-C

NS_ENUM(NSInteger, AWSIoTThingGroupIndexingMode) {
    AWSIoTThingGroupIndexingModeUnknown,
    AWSIoTThingGroupIndexingModeOff,
    AWSIoTThingGroupIndexingModeOn,
}

Swift

enum AWSIoTThingGroupIndexingMode : Int, @unchecked Sendable

Undocumented