OBJECT
AwsEbsMetadata represents the metadata for the AWS EBS volume.
type AwsEbsMetadata {# The ID of the EC2 instance to which the EBS volume is attached.attachedEc2Id: String! # The name of the EC2 instance to which the EBS volume is attached.attachedEc2Name: String! }