AutomationRuleActionFindingFieldsUpdateRelatedFinding constructor
const
AutomationRuleActionFindingFieldsUpdateRelatedFinding({})
Creates a new AutomationRuleActionFindingFieldsUpdateRelatedFinding.
id The product-generated identifier for a related finding.
productArn The ARN of the product that generated a related finding.
Implementation
const AutomationRuleActionFindingFieldsUpdateRelatedFinding({
required this.id,
required this.productArn,
});