Class: Aws::SecurityHub::Types::CreateAggregatorV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateAggregatorV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier used to ensure idempotency.
-
#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.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs to be applied to the AggregatorV2.
Instance Attribute Details
#client_token ⇒ String
A unique identifier used to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
23007 23008 23009 23010 23011 23012 23013 23014 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23007 class CreateAggregatorV2Request < Struct.new( :region_linking_mode, :linked_regions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#linked_regions ⇒ Array<String>
The list of Regions that are linked to the aggregation Region.
23007 23008 23009 23010 23011 23012 23013 23014 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23007 class CreateAggregatorV2Request < Struct.new( :region_linking_mode, :linked_regions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#region_linking_mode ⇒ String
Determines how Regions are linked to an Aggregator V2.
23007 23008 23009 23010 23011 23012 23013 23014 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23007 class CreateAggregatorV2Request < Struct.new( :region_linking_mode, :linked_regions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pairs to be applied to the AggregatorV2.
23007 23008 23009 23010 23011 23012 23013 23014 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23007 class CreateAggregatorV2Request < Struct.new( :region_linking_mode, :linked_regions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |