Class: Aws::SecurityHub::Types::CreateAggregatorV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateAggregatorV2Response
- 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 AggregatorV2.
-
#linked_regions ⇒ Array<String>
The list of Regions that are linked to the aggregation Region.
-
#region_linking_mode ⇒ String
Determines how Regions are linked to an Aggregator V2.
Instance Attribute Details
#aggregation_region ⇒ String
The Amazon Web Services Region where data is aggregated.
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_arn ⇒ String
The ARN of the AggregatorV2.
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_regions ⇒ Array<String>
The list of Regions that are linked to the aggregation Region.
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_mode ⇒ String
Determines how Regions are linked to an Aggregator V2.
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 |