ListAttachedIndicesRequest
public struct ListAttachedIndicesRequest : AWSShape
extension CloudDirectory.ListAttachedIndicesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The consistency level to use for this operation.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel?
-
The ARN of the directory.
Declaration
Swift
public let directoryArn: String
-
The maximum number of results to retrieve.
Declaration
Swift
public let maxResults: Int?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
A reference to the object that has indices attached.
Declaration
Swift
public let targetReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, maxResults: Int? = nil, nextToken: String? = nil, targetReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListAttachedIndicesRequest