Class: Aws::SecurityHub::Types::BatchUpdateAutomationRulesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#update_automation_rules_request_itemsArray<Types::UpdateAutomationRulesRequestItem>

An array of ARNs for the rules that are to be updated. Optionally, you can also include ‘RuleStatus` and `RuleOrder`.



22662
22663
22664
22665
22666
# File 'lib/aws-sdk-securityhub/types.rb', line 22662

class BatchUpdateAutomationRulesRequest < Struct.new(
  :update_automation_rules_request_items)
  SENSITIVE = []
  include Aws::Structure
end