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.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def event_type @event_type end |
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def flow_identifier @flow_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def next_token @next_token end |