DescribeBrokerInstanceOptionsResponse constructor

DescribeBrokerInstanceOptionsResponse({
  1. List<BrokerInstanceOption>? brokerInstanceOptions,
  2. int? maxResults,
  3. String? nextToken,
})

Implementation

DescribeBrokerInstanceOptionsResponse({
  this.brokerInstanceOptions,
  this.maxResults,
  this.nextToken,
});