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