AWSIoTGetIndexingConfigurationResponse
Objective-C
@interface AWSIoTGetIndexingConfigurationResponse
Swift
class AWSIoTGetIndexingConfigurationResponse
-
The index configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTThingGroupIndexingConfiguration *_Nullable thingGroupIndexingConfiguration;
Swift
var thingGroupIndexingConfiguration: AWSIoTThingGroupIndexingConfiguration? { get set }
-
Thing indexing configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTThingIndexingConfiguration *_Nullable thingIndexingConfiguration;
Swift
var thingIndexingConfiguration: AWSIoTThingIndexingConfiguration? { get set }