Class: Aws::SecurityHub::Types::FindingAggregator

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

Overview

A finding aggregator. A finding aggregator contains the configuration for finding aggregation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_aggregator_arnString

The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.

Returns:

  • (String)


24738
24739
24740
24741
24742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24738

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