DescribeIndexResponse
public struct DescribeIndexResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The index name.
Declaration
Swift
public let indexName: String?
-
The index status.
Declaration
Swift
public let indexStatus: IndexStatus?
-
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.
Declaration
Swift
public let schema: String?
-
Undocumented
Declaration
Swift
public init(indexName: String? = nil, indexStatus: IndexStatus? = nil, schema: String? = nil)