AttachmentDetails

public struct AttachmentDetails : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let attachmentId: String?
  • The file name of the attachment.

    Declaration

    Swift

    public let fileName: String?
  • Undocumented

    Declaration

    Swift

    public init(attachmentId: String? = nil, fileName: String? = nil)