| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Support.Types.AttachmentDetails
Description
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.
Constructors
| AttachmentDetails' | |
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.