Class: Aws::SecurityHub::Types::GetFindingAggregatorResponse

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

#finding_aggregation_regionString

The home Region. Findings generated in linked Regions are replicated and sent to the home Region.

Returns:

  • (String)


25453
25454
25455
25456
25457
25458
25459
25460
# File 'lib/aws-sdk-securityhub/types.rb', line 25453

class GetFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#finding_aggregator_arnString

The ARN of the finding aggregator.

Returns:

  • (String)


25453
25454
25455
25456
25457
25458
25459
25460
# File 'lib/aws-sdk-securityhub/types.rb', line 25453

class GetFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#region_linking_modeString

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

Returns:

  • (String)


25453
25454
25455
25456
25457
25458
25459
25460
# File 'lib/aws-sdk-securityhub/types.rb', line 25453

class GetFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

The list of excluded Regions or included Regions.

Returns:

  • (Array<String>)


25453
25454
25455
25456
25457
25458
25459
25460
# File 'lib/aws-sdk-securityhub/types.rb', line 25453

class GetFindingAggregatorResponse < Struct.new(
  :finding_aggregator_arn,
  :finding_aggregation_region,
  :region_linking_mode,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end