BatchGetImageResponse
public struct BatchGetImageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Any failures associated with the call.
Declaration
Swift
public let failures: [ImageFailure]?
-
A list of image objects corresponding to the image references in the request.
Declaration
Swift
public let images: [Image]?
-
Undocumented
Declaration
Swift
public init(failures: [ImageFailure]? = nil, images: [Image]? = nil)