AnalyzerSummary constructor
AnalyzerSummary({})
Implementation
AnalyzerSummary({
required this.arn,
required this.createdAt,
required this.name,
required this.status,
required this.type,
this.lastResourceAnalyzed,
this.lastResourceAnalyzedAt,
this.statusReason,
this.tags,
});