ListStorageLensConfigurationsResult constructor

ListStorageLensConfigurationsResult({
  1. String? nextToken,
  2. List<ListStorageLensConfigurationEntry>? storageLensConfigurationList,
})

Implementation

ListStorageLensConfigurationsResult({
  this.nextToken,
  this.storageLensConfigurationList,
});