Class: Aws::SecurityHub::Types::BatchUpdateAutomationRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchUpdateAutomationRulesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#processed_automation_rules ⇒ Array<String>
A list of properly processed rule ARNs.
-
#unprocessed_automation_rules ⇒ Array<Types::UnprocessedAutomationRule>
A list of objects containing ‘RuleArn`, `ErrorCode`, and `ErrorMessage`.
Instance Attribute Details
#processed_automation_rules ⇒ Array<String>
A list of properly processed rule ARNs.
22670 22671 22672 22673 22674 22675 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22670 class BatchUpdateAutomationRulesResponse < Struct.new( :processed_automation_rules, :unprocessed_automation_rules) SENSITIVE = [] include Aws::Structure end |
#unprocessed_automation_rules ⇒ Array<Types::UnprocessedAutomationRule>
A list of objects containing ‘RuleArn`, `ErrorCode`, and `ErrorMessage`. This parameter tells you which automation rules the request didn’t update and why.
22670 22671 22672 22673 22674 22675 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22670 class BatchUpdateAutomationRulesResponse < Struct.new( :processed_automation_rules, :unprocessed_automation_rules) SENSITIVE = [] include Aws::Structure end |