RedshiftInstanceDetails constructor

RedshiftInstanceDetails({
  1. bool? currentGeneration,
  2. String? family,
  3. String? nodeType,
  4. String? region,
  5. bool? sizeFlexEligible,
})

Implementation

RedshiftInstanceDetails({
  this.currentGeneration,
  this.family,
  this.nodeType,
  this.region,
  this.sizeFlexEligible,
});