You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AuditMitigationActionsTaskTargetWhen passing AuditMitigationActionsTaskTarget as input to an Aws::Client method, you can use a vanilla Hash:
{
audit_task_id: "AuditTaskId",
finding_ids: ["FindingId"],
audit_check_to_reason_code_filter: {
"AuditCheckName" => ["ReasonForNonComplianceCode"],
},
}
Used in MitigationActionParams, this information identifies the target findings to which the mitigation actions are applied. Only one entry appears.
Returned by:
Instance Attribute Summary collapseSpecifies a filter in the form of an audit check and set of reason codes that identify the findings from the audit to which the audit mitigation actions task apply.
If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.
If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
Specifies a filter in the form of an audit check and set of reason codes that identify the findings from the audit to which the audit mitigation actions task apply.
#audit_task_id ⇒ StringIf the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.
#finding_ids ⇒ Array<String>If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4