OBJECT
EBS volume attachment specifications.
type AttachmentSpecForEc2Instance {# EBS volume ID.awsNativeEbsVolumeId: String! # The device path of this EBS volume attachment.devicePath: String! # Specifies whether this EBS volume is excluded from snapshots.isExcludedFromSnapshot: Boolean! # Specifies whether this EBS volume is the root volume of the corresponding EC2 # instance.isRootVolume: Boolean! }