AppInstance constructor

AppInstance({
  1. String? appInstanceArn,
  2. DateTime? createdTimestamp,
  3. DateTime? lastUpdatedTimestamp,
  4. String? metadata,
  5. String? name,
})

Implementation

AppInstance({
  this.appInstanceArn,
  this.createdTimestamp,
  this.lastUpdatedTimestamp,
  this.metadata,
  this.name,
});