BatchListIndex
public struct BatchListIndex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The reference to the index to list.
Declaration
Swift
public let indexReference: ObjectReference -
The maximum number of results to retrieve.
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(indexReference: ObjectReference, maxResults: Int? = nil, nextToken: String? = nil, rangesOnIndexedValues: [ObjectAttributeRange]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchListIndex Structure Reference