Class: Aws::SecurityHub::Types::UpdateAggregatorV2Response

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

#aggregation_regionString

The Amazon Web Services Region where data is aggregated.

Returns:

  • (String)


32557
32558
32559
32560
32561
32562
32563
32564
# File 'lib/aws-sdk-securityhub/types.rb', line 32557

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

#aggregator_v2_arnString

The ARN of the Aggregator V2.

Returns:

  • (String)


32557
32558
32559
32560
32561
32562
32563
32564
# File 'lib/aws-sdk-securityhub/types.rb', line 32557

class UpdateAggregatorV2Response < Struct.new(
  :aggregator_v2_arn,
  :aggregation_region,
  :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.

Returns:

  • (Array<String>)


32557
32558
32559
32560
32561
32562
32563
32564
# File 'lib/aws-sdk-securityhub/types.rb', line 32557

class UpdateAggregatorV2Response < Struct.new(
  :aggregator_v2_arn,
  :aggregation_region,
  :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.

Returns:

  • (String)


32557
32558
32559
32560
32561
32562
32563
32564
# File 'lib/aws-sdk-securityhub/types.rb', line 32557

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