Class: Aws::SecurityHub::Types::BatchDeleteAutomationRulesResponse

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

#processed_automation_rulesArray<String>

A list of properly processed rule ARNs.

Returns:

  • (Array<String>)


22422
22423
22424
22425
22426
22427
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22422

class BatchDeleteAutomationRulesResponse < Struct.new(
  :processed_automation_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 delete and why.



22422
22423
22424
22425
22426
22427
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22422

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