Class: Aws::SecurityHub::Types::UpdateAggregatorV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateAggregatorV2Response
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_region ⇒ String
The Amazon Web Services Region where data is aggregated.
-
#aggregator_v2_arn ⇒ String
The ARN of the Aggregator V2.
-
#linked_regions ⇒ Array<String>
A list of Amazon Web Services Regions linked to the aggegation Region.
-
#region_linking_mode ⇒ String
Determines how Amazon Web Services Regions should be linked to the Aggregator V2.
Instance Attribute Details
#aggregation_region ⇒ String
The Amazon Web Services Region where data is aggregated.
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_arn ⇒ String
The ARN of the Aggregator V2.
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_regions ⇒ Array<String>
A list of Amazon Web Services Regions linked to the aggegation Region.
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_mode ⇒ String
Determines how Amazon Web Services Regions should be linked to the Aggregator V2.
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 |