Attachment

public struct Attachment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The content of the attachment file.

    Declaration

    Swift

    public let data: Data?
  • The name of the attachment file.

    Declaration

    Swift

    public let fileName: String?
  • Undocumented

    Declaration

    Swift

    public init(data: Data? = nil, fileName: String? = nil)