Class: Aws::Types::EventCategoryGroup
- Inherits:
-
Object
- Object
- Aws::Types::EventCategoryGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
Instance Attribute Details
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def event_categories @event_categories end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def source_type @source_type end |