PendingModifiedValues constructor

PendingModifiedValues(
  1. {int? automatedSnapshotRetentionPeriod,
  2. String? clusterIdentifier,
  3. String? clusterType,
  4. String? clusterVersion,
  5. String? encryptionType,
  6. bool? enhancedVpcRouting,
  7. String? maintenanceTrackName,
  8. String? masterUserPassword,
  9. String? nodeType,
  10. int? numberOfNodes,
  11. bool? publiclyAccessible}
)

Implementation

PendingModifiedValues({
  this.automatedSnapshotRetentionPeriod,
  this.clusterIdentifier,
  this.clusterType,
  this.clusterVersion,
  this.encryptionType,
  this.enhancedVpcRouting,
  this.maintenanceTrackName,
  this.masterUserPassword,
  this.nodeType,
  this.numberOfNodes,
  this.publiclyAccessible,
});