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 AttachmentStateChange Source #
An object representing a change in state for a task attachment.
See: newAttachmentStateChange
smart constructor.
AttachmentStateChange' | |
|
Instances
newAttachmentStateChange Source #
:: Text | |
-> Text | |
-> AttachmentStateChange |
Create a value of AttachmentStateChange
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:attachmentArn:AttachmentStateChange'
, attachmentStateChange_attachmentArn
- The Amazon Resource Name (ARN) of the attachment.
$sel:status:AttachmentStateChange'
, attachmentStateChange_status
- The status of the attachment.
attachmentStateChange_attachmentArn :: Lens' AttachmentStateChange Text Source #
The Amazon Resource Name (ARN) of the attachment.
attachmentStateChange_status :: Lens' AttachmentStateChange Text Source #
The status of the attachment.