AwsRedshiftClusterResizeInfo constructor

AwsRedshiftClusterResizeInfo({
  1. bool? allowCancelResize,
  2. String? resizeType,
})

Implementation

AwsRedshiftClusterResizeInfo({
  this.allowCancelResize,
  this.resizeType,
});