Class: Aws::Types::EventDetails
- Inherits:
-
Object
- Object
- Aws::Types::EventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ Types::Event
Returns the value of attribute event.
-
#event_description ⇒ Types::EventDescription
Returns the value of attribute event_description.
-
#event_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_metadata.
Instance Attribute Details
#event ⇒ Types::Event
Returns the value of attribute event.
251 252 253 |
# File 'sig/types.rbs', line 251 def event @event end |
#event_description ⇒ Types::EventDescription
Returns the value of attribute event_description.
252 253 254 |
# File 'sig/types.rbs', line 252 def event_description @event_description end |
#event_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_metadata.
253 254 255 |
# File 'sig/types.rbs', line 253 def end |