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`.



22652
22653
22654
22655
22656
# File 'lib/aws-sdk-securityhub/types.rb', line 22652

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