DescribeAutoScalingNotificationTypesAnswer constructor

DescribeAutoScalingNotificationTypesAnswer({
  1. List<String>? autoScalingNotificationTypes,
})

Implementation

DescribeAutoScalingNotificationTypesAnswer({
  this.autoScalingNotificationTypes,
});