Image
public struct Image : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Blob of image bytes up to 5 MBs.
Declaration
Swift
public let bytes: Data?
-
Identifies an S3 object as the image source.
Declaration
Swift
public let s3Object: S3Object?
-
Undocumented
Declaration
Swift
public init(bytes: Data? = nil, s3Object: S3Object? = nil)
-
Declaration
Swift
public func validate(name: String) throws