DescribeBandwidthRateLimitScheduleOutput constructor

DescribeBandwidthRateLimitScheduleOutput({
  1. List<BandwidthRateLimitInterval>? bandwidthRateLimitIntervals,
  2. String? gatewayARN,
})

Implementation

DescribeBandwidthRateLimitScheduleOutput({
  this.bandwidthRateLimitIntervals,
  this.gatewayARN,
});