FindingFilter constructor

FindingFilter({
  1. List<String>? agentIds,
  2. List<Attribute>? attributes,
  3. List<String>? autoScalingGroups,
  4. TimestampRange? creationTimeRange,
  5. List<String>? ruleNames,
  6. List<String>? rulesPackageArns,
  7. List<Severity>? severities,
  8. List<Attribute>? userAttributes,
})

Implementation

FindingFilter({
  this.agentIds,
  this.attributes,
  this.autoScalingGroups,
  this.creationTimeRange,
  this.ruleNames,
  this.rulesPackageArns,
  this.severities,
  this.userAttributes,
});