| 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.EC2.Types.VolumeStatusAttachmentStatus
Description
Synopsis
- data VolumeStatusAttachmentStatus = VolumeStatusAttachmentStatus' {}
- newVolumeStatusAttachmentStatus :: VolumeStatusAttachmentStatus
- volumeStatusAttachmentStatus_instanceId :: Lens' VolumeStatusAttachmentStatus (Maybe Text)
- volumeStatusAttachmentStatus_ioPerformance :: Lens' VolumeStatusAttachmentStatus (Maybe Text)
Documentation
data VolumeStatusAttachmentStatus Source #
Information about the instances to which the volume is attached.
See: newVolumeStatusAttachmentStatus smart constructor.
Constructors
| VolumeStatusAttachmentStatus' | |
Fields
| |
Instances
newVolumeStatusAttachmentStatus :: VolumeStatusAttachmentStatus Source #
Create a value of VolumeStatusAttachmentStatus 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:instanceId:VolumeStatusAttachmentStatus', volumeStatusAttachmentStatus_instanceId - The ID of the attached instance.
$sel:ioPerformance:VolumeStatusAttachmentStatus', volumeStatusAttachmentStatus_ioPerformance - The maximum IOPS supported by the attached instance.
volumeStatusAttachmentStatus_instanceId :: Lens' VolumeStatusAttachmentStatus (Maybe Text) Source #
The ID of the attached instance.
volumeStatusAttachmentStatus_ioPerformance :: Lens' VolumeStatusAttachmentStatus (Maybe Text) Source #
The maximum IOPS supported by the attached instance.