ClusterVersion constructor

ClusterVersion({
  1. String? clusterParameterGroupFamily,
  2. String? clusterVersion,
  3. String? description,
})

Implementation

ClusterVersion({
  this.clusterParameterGroupFamily,
  this.clusterVersion,
  this.description,
});