AwsDynamoDbTableRestoreSummary constructor

AwsDynamoDbTableRestoreSummary({
  1. String? restoreDateTime,
  2. bool? restoreInProgress,
  3. String? sourceBackupArn,
  4. String? sourceTableArn,
})

Implementation

AwsDynamoDbTableRestoreSummary({
  this.restoreDateTime,
  this.restoreInProgress,
  this.sourceBackupArn,
  this.sourceTableArn,
});