ReplicaDescription constructor
ReplicaDescription({
- List<
ReplicaGlobalSecondaryIndexDescription> ? globalSecondaryIndexes, - String? kMSMasterKeyId,
- ProvisionedThroughputOverride? provisionedThroughputOverride,
- String? regionName,
- DateTime? replicaInaccessibleDateTime,
- ReplicaStatus? replicaStatus,
- String? replicaStatusDescription,
- String? replicaStatusPercentProgress,
Implementation
ReplicaDescription({
this.globalSecondaryIndexes,
this.kMSMasterKeyId,
this.provisionedThroughputOverride,
this.regionName,
this.replicaInaccessibleDateTime,
this.replicaStatus,
this.replicaStatusDescription,
this.replicaStatusPercentProgress,
});