Class: Aws::SecurityHub::Types::BatchGetAutomationRulesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::AutomationRulesConfig>

A list of rule details for the provided rule ARNs.

Returns:



22462
22463
22464
22465
22466
22467
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22462

class BatchGetAutomationRulesResponse < Struct.new(
  :rules,
  :unprocessed_automation_rules)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_automation_rulesArray<Types::UnprocessedAutomationRule>

A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't retrieve and why.



22462
22463
22464
22465
22466
22467
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22462

class BatchGetAutomationRulesResponse < Struct.new(
  :rules,
  :unprocessed_automation_rules)
  SENSITIVE = []
  include Aws::Structure
end