PutAutoScalingPolicyOutput constructor

PutAutoScalingPolicyOutput({
  1. AutoScalingPolicyDescription? autoScalingPolicy,
  2. String? clusterArn,
  3. String? clusterId,
  4. String? instanceGroupId,
})

Implementation

PutAutoScalingPolicyOutput({
  this.autoScalingPolicy,
  this.clusterArn,
  this.clusterId,
  this.instanceGroupId,
});