Class: Aws::SecurityHub::Types::BatchGetAutomationRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetAutomationRulesRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_rules_arns ⇒ Array<String>
A list of rule ARNs to get details for.
Instance Attribute Details
#automation_rules_arns ⇒ Array<String>
A list of rule ARNs to get details for.
21571 21572 21573 21574 21575 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21571 class BatchGetAutomationRulesRequest < Struct.new( :automation_rules_arns) SENSITIVE = [] include Aws::Structure end |