You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @option opts [String] :filter_rule_id Return findings for the specified rule ID.
2515
2516
# @option opts [String] :filter_rule_name Return findings for the specified rule.
2516
2517
# @option opts [String] :filter_resource_type Return only findings for the specified resource type.
2518
+
# @option opts [String] :filter_resource_id Return only findings for the specified resource id.
2517
2519
# @option opts [String] :filter_discovery_timestamp Return findings that were found on a specified date (Unix ms) or date range (using comparison operators).
2518
2520
# @option opts [FindingEvaluation] :filter_evaluation Return only `pass` or `fail` findings.
2519
2521
# @option opts [FindingStatus] :filter_status Return only findings with the specified status.
0 commit comments