BatchDeleteImageResponse
public struct BatchDeleteImageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Any failures associated with the call.
Declaration
Swift
public let failures: [ImageFailure]?
-
The image IDs of the deleted images.
Declaration
Swift
public let imageIds: [ImageIdentifier]?
-
Undocumented
Declaration
Swift
public init(failures: [ImageFailure]? = nil, imageIds: [ImageIdentifier]? = nil)