Class: Aws::Types::AggregationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AggregationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_category ⇒ "Data"
Returns the value of attribute event_category.
-
#templates ⇒ ::Array[("API_ACTIVITY" | "RESOURCE_ACCESS" | "USER_ACTIONS")]
Returns the value of attribute templates.
Instance Attribute Details
#event_category ⇒ "Data"
Returns the value of attribute event_category.
54 55 56 |
# File 'sig/types.rbs', line 54 def event_category @event_category end |
#templates ⇒ ::Array[("API_ACTIVITY" | "RESOURCE_ACCESS" | "USER_ACTIONS")]
Returns the value of attribute templates.
53 54 55 |
# File 'sig/types.rbs', line 53 def templates @templates end |