ListIndicesResponse
public struct ListIndicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of summary information for one or more indexes.
Declaration
Swift
public let indexConfigurationSummaryItems: [IndexConfigurationSummary]?
-
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of indexes.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(indexConfigurationSummaryItems: [IndexConfigurationSummary]? = nil, nextToken: String? = nil)