Class: Aws::SecurityHub::Types::UpdateAggregatorV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateAggregatorV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#aggregator_v2_arn ⇒ String
The ARN of the Aggregator V2.
32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32529 class UpdateAggregatorV2Request < Struct.new( :aggregator_v2_arn, :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.
32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32529 class UpdateAggregatorV2Request < Struct.new( :aggregator_v2_arn, :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.
32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32529 class UpdateAggregatorV2Request < Struct.new( :aggregator_v2_arn, :region_linking_mode, :linked_regions) SENSITIVE = [] include Aws::Structure end |