Class: Aws::Types::InsightSelector
- Inherits:
-
Object
- Object
- Aws::Types::InsightSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_categories ⇒ ::Array[("Management" | "Data")]
Returns the value of attribute event_categories.
-
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
Returns the value of attribute insight_type.
Instance Attribute Details
#event_categories ⇒ ::Array[("Management" | "Data")]
Returns the value of attribute event_categories.
659 660 661 |
# File 'sig/types.rbs', line 659 def event_categories @event_categories end |
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
Returns the value of attribute insight_type.
658 659 660 |
# File 'sig/types.rbs', line 658 def insight_type @insight_type end |