| 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.Connect.Types.AttachmentReference
Description
Synopsis
- data AttachmentReference = AttachmentReference' {}
- newAttachmentReference :: AttachmentReference
- attachmentReference_name :: Lens' AttachmentReference (Maybe Text)
- attachmentReference_status :: Lens' AttachmentReference (Maybe ReferenceStatus)
- attachmentReference_value :: Lens' AttachmentReference (Maybe Text)
Documentation
data AttachmentReference Source #
Information about a reference when the referenceType is ATTACHMENT.
Otherwise, null.
See: newAttachmentReference smart constructor.
Constructors
| AttachmentReference' | |
Instances
newAttachmentReference :: AttachmentReference Source #
Create a value of AttachmentReference 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:name:AttachmentReference', attachmentReference_name - Identifier of the attachment reference.
$sel:status:AttachmentReference', attachmentReference_status - Status of the attachment reference type.
$sel:value:AttachmentReference', attachmentReference_value - The location path of the attachment reference.
attachmentReference_name :: Lens' AttachmentReference (Maybe Text) Source #
Identifier of the attachment reference.
attachmentReference_status :: Lens' AttachmentReference (Maybe ReferenceStatus) Source #
Status of the attachment reference type.
attachmentReference_value :: Lens' AttachmentReference (Maybe Text) Source #
The location path of the attachment reference.