Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VolumeAttachment
- data EC2VolumeAttachment = EC2VolumeAttachment {}
- ec2VolumeAttachment :: Val Text -> Val Text -> Val Text -> EC2VolumeAttachment
- ecvaDevice :: Lens' EC2VolumeAttachment (Val Text)
- ecvaInstanceId :: Lens' EC2VolumeAttachment (Val Text)
- ecvaVolumeId :: Lens' EC2VolumeAttachment (Val Text)
Documentation
data EC2VolumeAttachment #
Full data type definition for EC2VolumeAttachment. See
ec2VolumeAttachment
for a more convenient constructor.
Constructors
EC2VolumeAttachment | |
Constructor for EC2VolumeAttachment
containing required fields as
arguments.