Exclusion constructor
Exclusion({})
Implementation
Exclusion({
required this.arn,
required this.description,
required this.recommendation,
required this.scopes,
required this.title,
this.attributes,
});
Exclusion({
required this.arn,
required this.description,
required this.recommendation,
required this.scopes,
required this.title,
this.attributes,
});