Class: Aws::SecurityHub::Types::GetFindingAggregatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetFindingAggregatorResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_aggregation_region ⇒ String
The home Region.
-
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator.
-
#region_linking_mode ⇒ String
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
-
#regions ⇒ Array<String>
The list of excluded Regions or included Regions.
Instance Attribute Details
#finding_aggregation_region ⇒ String
The home Region. Findings generated in linked Regions are replicated and sent to the home Region.
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_arn ⇒ String
The ARN of the finding aggregator.
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_mode ⇒ String
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
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 |
#regions ⇒ Array<String>
The list of excluded Regions or included Regions.
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 |