Class: Aws::SecurityHub::Types::DeleteFindingAggregatorRequest

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

#finding_aggregator_arnString

The ARN of the finding aggregator to delete. To obtain the ARN, use ‘ListFindingAggregators`.



23870
23871
23872
23873
23874
# File 'lib/aws-sdk-securityhub/types.rb', line 23870

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