ListAnalyzedResourcesResponse constructor
ListAnalyzedResourcesResponse({
- required List<
AnalyzedResourceSummary> analyzedResources, - String? nextToken,
Implementation
ListAnalyzedResourcesResponse({
required this.analyzedResources,
this.nextToken,
});