ImageFile
public struct ImageFile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.
Declaration
Swift
public let data: Data -
The file type of the image.
Declaration
Swift
public let type: ImageFileType -
Undocumented
Declaration
Swift
public init(data: Data, type: ImageFileType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ImageFile Structure Reference