ReplicaDescription constructor

ReplicaDescription({
  1. List<ReplicaGlobalSecondaryIndexDescription>? globalSecondaryIndexes,
  2. String? kMSMasterKeyId,
  3. ProvisionedThroughputOverride? provisionedThroughputOverride,
  4. String? regionName,
  5. DateTime? replicaInaccessibleDateTime,
  6. ReplicaStatus? replicaStatus,
  7. String? replicaStatusDescription,
  8. String? replicaStatusPercentProgress,
})

Implementation

ReplicaDescription({
  this.globalSecondaryIndexes,
  this.kMSMasterKeyId,
  this.provisionedThroughputOverride,
  this.regionName,
  this.replicaInaccessibleDateTime,
  this.replicaStatus,
  this.replicaStatusDescription,
  this.replicaStatusPercentProgress,
});