Class: Aws::Types::EventInfoMap
- Inherits:
-
Object
- Object
- Aws::Types::EventInfoMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
-
#event_description ⇒ ::String
Returns the value of attribute event_description.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#severity ⇒ ::String
Returns the value of attribute severity.
Instance Attribute Details
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def event_categories @event_categories end |
#event_description ⇒ ::String
Returns the value of attribute event_description.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def event_description @event_description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def event_id @event_id end |
#severity ⇒ ::String
Returns the value of attribute severity.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def severity @severity end |