DescribeBrokerInstanceOptionsResponse constructor
DescribeBrokerInstanceOptionsResponse({
- List<
BrokerInstanceOption> ? brokerInstanceOptions, - int? maxResults,
- String? nextToken,
Implementation
DescribeBrokerInstanceOptionsResponse({
this.brokerInstanceOptions,
this.maxResults,
this.nextToken,
});