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.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def event_categories @event_categories end |
#event_description ⇒ ::String
Returns the value of attribute event_description.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def event_description @event_description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def event_id @event_id end |
#severity ⇒ ::String
Returns the value of attribute severity.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def severity @severity end |