AWSIoTDescribeIndexResponse

Objective-C

@interface AWSIoTDescribeIndexResponse

Swift

class AWSIoTDescribeIndexResponse
  • The index name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • The index status.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTIndexStatus indexStatus;

    Swift

    var indexStatus: AWSIoTIndexStatus { get set }
  • Contains a value that specifies the type of indexing performed. Valid values are:

    • REGISTRY – Your thing index contains only registry data.

    • REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.

    • REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.

    • REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.

    • MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable schema;

    Swift

    var schema: String? { get set }