Class: Aws::Types::ServiceEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::ServiceEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_metadata ⇒ Types::ServiceEventMetadata
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.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def description @description end |
#event_metadata ⇒ Types::ServiceEventMetadata
Returns the value of attribute event_metadata.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def @event_metadata end |
#title ⇒ ::String
Returns the value of attribute title.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def title @title end |