Class: Aws::SecurityHub::Types::CreateAggregatorV2Response

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)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'lib/aws-sdk-securityhub/types.rb', line 23034

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

#aggregator_v2_arnString

The ARN of the AggregatorV2.

Returns:

  • (String)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'lib/aws-sdk-securityhub/types.rb', line 23034

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

#linked_regionsArray<String>

The list of Regions that are linked to the aggregation Region.

Returns:

  • (Array<String>)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'lib/aws-sdk-securityhub/types.rb', line 23034

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

#region_linking_modeString

Determines how Regions are linked to an Aggregator V2.

Returns:

  • (String)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'lib/aws-sdk-securityhub/types.rb', line 23034

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