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.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def description @description end |
#event_metadata ⇒ Types::SystemEventMetadata
Returns the value of attribute event_metadata.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def end |
#title ⇒ ::String
Returns the value of attribute title.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def title @title end |