Class: Aws::SecurityHub::Types::UpdateAggregatorV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregator_v2_arnString

The ARN of the Aggregator V2.



32529
32530
32531
32532
32533
32534
32535
# File 'lib/aws-sdk-securityhub/types.rb', line 32529

class UpdateAggregatorV2Request < Struct.new(
  :aggregator_v2_arn,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end

#linked_regionsArray<String>

A list of Amazon Web Services Regions linked to the aggegation Region.



32529
32530
32531
32532
32533
32534
32535
# File 'lib/aws-sdk-securityhub/types.rb', line 32529

class UpdateAggregatorV2Request < Struct.new(
  :aggregator_v2_arn,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end

#region_linking_modeString

Determines how Amazon Web Services Regions should be linked to the Aggregator V2.



32529
32530
32531
32532
32533
32534
32535
# File 'lib/aws-sdk-securityhub/types.rb', line 32529

class UpdateAggregatorV2Request < Struct.new(
  :aggregator_v2_arn,
  :region_linking_mode,
  :linked_regions)
  SENSITIVE = []
  include Aws::Structure
end