BatchReadResponse
public struct BatchReadResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of all the responses for each batch read.
Declaration
Swift
public let responses: [BatchReadOperationResponse]? -
Undocumented
Declaration
Swift
public init(responses: [BatchReadOperationResponse]? = nil)
View on GitHub
BatchReadResponse Structure Reference