Class: Aws::Types::FlowCompletionEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowCompletionEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_reason ⇒ "SUCCESS", "INPUT_REQUIRED"
Returns the value of attribute completion_reason.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#completion_reason ⇒ "SUCCESS", "INPUT_REQUIRED"
Returns the value of attribute completion_reason.
782 783 784 |
# File 'sig/types.rbs', line 782 def completion_reason @completion_reason end |
#event_type ⇒ Object
Returns the value of attribute event_type.
783 784 785 |
# File 'sig/types.rbs', line 783 def event_type @event_type end |