Class: Aws::SecurityHub::Types::BatchGetAutomationRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetAutomationRulesRequest
- 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 rule ARNs to get details for.
Instance Attribute Details
#automation_rules_arns ⇒ Array<String>
A list of rule ARNs to get details for.
22473 22474 22475 22476 22477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22473 class BatchGetAutomationRulesRequest < Struct.new( :automation_rules_arns) SENSITIVE = [] include Aws::Structure end |