ListStorageLensConfigurationsResult constructor
ListStorageLensConfigurationsResult({
- String? nextToken,
- List<
ListStorageLensConfigurationEntry> ? storageLensConfigurationList,
Implementation
ListStorageLensConfigurationsResult({
this.nextToken,
this.storageLensConfigurationList,
});