Aws constructor

Aws({
  1. String? accountId,
})

Implementation

Aws({
  this.accountId,
});