BatchListAttachedIndices
public struct BatchListAttachedIndices : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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(maxResults: Int? = nil, nextToken: String? = nil, targetReference: ObjectReference) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchListAttachedIndices Structure Reference