ListDatastoresResponse constructor
ListDatastoresResponse({
- List<
DatastoreSummary> ? datastoreSummaries, - String? nextToken,
Implementation
ListDatastoresResponse({
this.datastoreSummaries,
this.nextToken,
});