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>)


22394
22395
22396
22397
22398
# File 'lib/aws-sdk-securityhub/types.rb', line 22394

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