AWSEBSVolumeAttachment
No description
type AWSEBSVolumeAttachment {
attachedAt: DateTime
deleteOnTermination: Boolean!
device: String!
instanceId: String!
state: AWSEBSVolumeAttachmentStateType!
volumeId: String!
}
Fields
AWSEBSVolumeAttachment.attachedAt
● DateTime
scalar
The time stamp when the attachment initiated
AWSEBSVolumeAttachment.deleteOnTermination
● Boolean!
non-null scalar
Indicates whether the EBS volume is deleted on instance termination
AWSEBSVolumeAttachment.device
● String!
non-null scalar
The device name
AWSEBSVolumeAttachment.instanceId
● String!
non-null scalar
The ID of the instance
AWSEBSVolumeAttachment.state
● AWSEBSVolumeAttachmentStateType!
non-null enum
The attachment state of the volume
AWSEBSVolumeAttachment.volumeId
● String!
non-null scalar
The ID of the volume
Member of
AWSEBSVolume
object