FindingFilter class

This data type is used as a request parameter in the ListFindings action.

Constructors

FindingFilter({List<String>? agentIds, List<Attribute>? attributes, List<String>? autoScalingGroups, TimestampRange? creationTimeRange, List<String>? ruleNames, List<String>? rulesPackageArns, List<Severity>? severities, List<Attribute>? userAttributes})

Properties

agentIds List<String>?
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
final
attributes List<Attribute>?
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
final
autoScalingGroups List<String>?
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
final
creationTimeRange TimestampRange?
The time range during which the finding is generated.
final
hashCode int
The hash code for this object.
no setterinherited
ruleNames List<String>?
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
final
rulesPackageArns List<String>?
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severities List<Severity>?
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
final
userAttributes List<Attribute>?
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited