CreateTableOutput constructor

CreateTableOutput({
  1. TableDescription? tableDescription,
})

Implementation

CreateTableOutput({
  this.tableDescription,
});