Class: Aws::SecurityHub::Types::FindingAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::FindingAggregator
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A finding aggregator is a Security Hub resource that specifies cross-Region aggregation settings, including the home Region and any linked Regions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator.
Instance Attribute Details
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
24788 24789 24790 24791 24792 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24788 class FindingAggregator < Struct.new( :finding_aggregator_arn) SENSITIVE = [] include Aws::Structure end |