OBJECT

IsVolumeSnapshotRestorableReply

Description

Specifies whether the volume snapshot is restorable.

link GraphQL Schema definition

  • type IsVolumeSnapshotRestorableReply {
  • # Specifies whether the EBS volume snapshot is restorable. The snapshot would be
  • # restorable only if the EBS volume exists in the AWS account, and is attached to
  • # exactly one EC2 instance.
  • isRestorable: Boolean!
  • }

link Require by