ListConfigurationsResponse constructor
ListConfigurationsResponse({
- List<
Configuration> ? configurations, - int? maxResults,
- String? nextToken,
Implementation
ListConfigurationsResponse({
this.configurations,
this.maxResults,
this.nextToken,
});