| 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.ECS.Types.AttachmentStateChange
Description
Documentation
data AttachmentStateChange Source #
An object representing a change in state for a task attachment.
See: newAttachmentStateChange smart constructor.
Constructors
| AttachmentStateChange' | |
Fields
| |
Instances
newAttachmentStateChange Source #
Arguments
| :: 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.