OBJECT

AwsExocomputeConfigsDeletionStatusType

Description

AWS Exocompute configurations Deletion status.

link GraphQL Schema definition

  • type AwsExocomputeConfigsDeletionStatusType {
  • # Exocompute configuration ID.
  • exocomputeConfigId: String!
  • # Specifies whether the deletion of the Exocompute configuration was successful.
  • success: Boolean!
  • }