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.
700 701 702 |
# File 'sig/types.rbs', line 700 def completion_reason @completion_reason end |
#event_type ⇒ Object
Returns the value of attribute event_type.
701 702 703 |
# File 'sig/types.rbs', line 701 def event_type @event_type end |