Class: Aws::Types::FlowExecutionMessage
- Inherits:
-
Object
- Object
- Aws::Types::FlowExecutionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "EXECUTION_STARTED", ...
Returns the value of attribute event_type.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#event_type ⇒ "EXECUTION_STARTED", ...
Returns the value of attribute event_type.
171 172 173 |
# File 'sig/types.rbs', line 171 def event_type @event_type end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def end |
#payload ⇒ ::String
Returns the value of attribute payload.
173 174 175 |
# File 'sig/types.rbs', line 173 def payload @payload end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
172 173 174 |
# File 'sig/types.rbs', line 172 def end |