Class: Aws::SecurityHub::Types::BatchGetAutomationRulesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automation_rules_arnsArray<String>

A list of rule ARNs to get details for.

Returns:

  • (Array<String>)


22483
22484
22485
22486
22487
# File 'lib/aws-sdk-securityhub/types.rb', line 22483

class BatchGetAutomationRulesRequest < Struct.new(
  :automation_rules_arns)
  SENSITIVE = []
  include Aws::Structure
end