PutScalingPolicyResponse constructor

PutScalingPolicyResponse({
  1. required String policyARN,
  2. List<Alarm>? alarms,
})

Implementation

PutScalingPolicyResponse({
  required this.policyARN,
  this.alarms,
});