ListDataSourcesRequest
public struct ListDataSourcesRequest : AWSShape
extension Kendra.ListDataSourcesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the index that contains the data source.
Declaration
Swift
public let indexId: String -
The maximum number of data sources to return.
Declaration
Swift
public let maxResults: Int? -
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data sources (DataSourceSummaryItems).
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(indexId: String, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Kendra.ListDataSourcesRequest
View on GitHub
ListDataSourcesRequest Structure Reference