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.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def description @description end |
#event_metadata ⇒ Types::ServiceEventMetadata
Returns the value of attribute event_metadata.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def @event_metadata end |
#title ⇒ ::String
Returns the value of attribute title.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def title @title end |