OBJECT

CreateTenantResponse

link GraphQL Schema definition

  • type CreateTenantResponse {
  • # If billing is enabled, the subset of the parameters that are required to
  • # complete the checkout.
  • checkoutParams: AWSJSON
  • # The new Tenant.
  • tenant: Tenant!
  • }