Class: Aws::SecurityHub::Types::BatchDeleteAutomationRulesRequest

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 Amazon Resource Names (ARNs) for the rules that are to be deleted.

Returns:

  • (Array<String>)


22404
22405
22406
22407
22408
# File 'lib/aws-sdk-securityhub/types.rb', line 22404

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