ListIndexRequest
public struct ListIndexRequest : AWSShape
extension CloudDirectory.ListIndexRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The consistency level to execute the request at.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel? -
The ARN of the directory that the index exists in.
Declaration
Swift
public let directoryArn: String -
The reference to the index to list.
Declaration
Swift
public let indexReference: ObjectReference -
The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.
Declaration
Swift
public let maxResults: Int? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
Specifies the ranges of indexed values that you want to query.
Declaration
Swift
public let rangesOnIndexedValues: [ObjectAttributeRange]? -
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, indexReference: ObjectReference, maxResults: Int? = nil, nextToken: String? = nil, rangesOnIndexedValues: [ObjectAttributeRange]? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListIndexRequest
View on GitHub
ListIndexRequest Structure Reference