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)


24791
24792
24793
24794
24795
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24791

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