Class: Aws::Types::ListFlowExecutionEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowExecutionEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "Node", "Flow"
Returns the value of attribute event_type.
-
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#event_type ⇒ "Node", "Flow"
Returns the value of attribute event_type.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def event_type @event_type end |
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def flow_identifier @flow_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def next_token @next_token end |