Class: Aws::SecurityHub::Types::BatchUpdateAutomationRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchUpdateAutomationRulesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_automation_rules_request_items ⇒ Array<Types::UpdateAutomationRulesRequestItem>
An array of ARNs for the rules that are to be updated.
Instance Attribute Details
#update_automation_rules_request_items ⇒ Array<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 |