PutScalingPolicyOutput constructor

PutScalingPolicyOutput({
  1. String? name,
})

Implementation

PutScalingPolicyOutput({
  this.name,
});