Class: Aws::SecurityHub::Types::AggregatorV2

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aggregator_v2_arnString

The ARN of the aggregatorV2.

Returns:

  • (String)


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