AttachmentContent
public struct AttachmentContent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The cryptographic hash value of the document content.
Declaration
Swift
public let hash: String? -
The hash algorithm used to calculate the hash value.
Declaration
Swift
public let hashType: AttachmentHashType? -
The name of an attachment.
Declaration
Swift
public let name: String? -
The size of an attachment in bytes.
Declaration
Swift
public let size: Int64? -
The URL location of the attachment content.
Declaration
Swift
public let url: String? -
Undocumented
Declaration
Swift
public init(hash: String? = nil, hashType: AttachmentHashType? = nil, name: String? = nil, size: Int64? = nil, url: String? = nil)
View on GitHub
AttachmentContent Structure Reference