Class: Aws::SecurityHub::Types::BatchDeleteAutomationRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchDeleteAutomationRulesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_rules_arns ⇒ Array<String>
A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
Instance Attribute Details
#automation_rules_arns ⇒ Array<String>
A list of Amazon Resource Names (ARNs) for the rules that are to be deleted.
22394 22395 22396 22397 22398 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22394 class BatchDeleteAutomationRulesRequest < Struct.new( :automation_rules_arns) SENSITIVE = [] include Aws::Structure end |