Method: Aws::SecurityHub::Types::BatchDeleteAutomationRulesResponse#processed_automation_rules
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#processed_automation_rules ⇒ Array<String>
A list of properly processed rule ARNs.
21648 21649 21650 21651 21652 21653 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21648 class BatchDeleteAutomationRulesResponse < Struct.new( :processed_automation_rules, :unprocessed_automation_rules) SENSITIVE = [] include Aws::Structure end |