Class: Aws::Types::SystemEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::SystemEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_metadata ⇒ Types::SystemEventMetadata
Returns the value of attribute event_metadata.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def description @description end |
#event_metadata ⇒ Types::SystemEventMetadata
Returns the value of attribute event_metadata.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def @event_metadata end |
#title ⇒ ::String
Returns the value of attribute title.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def title @title end |