Class: Aws::CloudTrail::Types::AggregationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::AggregationConfiguration
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
An object that contains configuration settings for aggregating events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_category ⇒ String
Specifies the event category for which aggregation should be performed.
-
#templates ⇒ Array<String>
A list of aggregation templates that can be used to configure event aggregation.
Instance Attribute Details
#event_category ⇒ String
Specifies the event category for which aggregation should be performed.
210 211 212 213 214 215 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 210 class AggregationConfiguration < Struct.new( :templates, :event_category) SENSITIVE = [] include Aws::Structure end |
#templates ⇒ Array<String>
A list of aggregation templates that can be used to configure event aggregation.
210 211 212 213 214 215 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 210 class AggregationConfiguration < Struct.new( :templates, :event_category) SENSITIVE = [] include Aws::Structure end |