BatchReadRequest
public struct BatchReadRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel? -
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
Declaration
Swift
public let directoryArn: String -
A list of operations that are part of the batch.
Declaration
Swift
public let operations: [BatchReadOperation] -
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, operations: [BatchReadOperation]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchReadRequest Structure Reference