Class: Aws::SecurityHub::Types::AggregatorV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AggregatorV2
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies a cross-Region data aggregation configuration, including the aggregation Region and any linked Regions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregator_v2_arn ⇒ String
The ARN of the aggregatorV2.
Instance Attribute Details
#aggregator_v2_arn ⇒ String
The ARN of the aggregatorV2.
453 454 455 456 457 |
# File 'lib/aws-sdk-securityhub/types.rb', line 453 class AggregatorV2 < Struct.new( :aggregator_v2_arn) SENSITIVE = [] include Aws::Structure end |