Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AttachmentDetails Source #
The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
See: newAttachmentDetails
smart constructor.
Instances
newAttachmentDetails :: AttachmentDetails Source #
Create a value of AttachmentDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attachmentId:AttachmentDetails'
, attachmentDetails_attachmentId
- The ID of the attachment.
$sel:fileName:AttachmentDetails'
, attachmentDetails_fileName
- The file name of the attachment.
attachmentDetails_attachmentId :: Lens' AttachmentDetails (Maybe Text) Source #
The ID of the attachment.
attachmentDetails_fileName :: Lens' AttachmentDetails (Maybe Text) Source #
The file name of the attachment.