ListAnalyzedResourcesResponse constructor

ListAnalyzedResourcesResponse({
  1. required List<AnalyzedResourceSummary> analyzedResources,
  2. String? nextToken,
})

Implementation

ListAnalyzedResourcesResponse({
  required this.analyzedResources,
  this.nextToken,
});