Class: Aws::Types::WorkflowExecutionInfos
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionInfos
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_infos ⇒ ::Array[Types::WorkflowExecutionInfo]
Returns the value of attribute execution_infos.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#execution_infos ⇒ ::Array[Types::WorkflowExecutionInfo]
Returns the value of attribute execution_infos.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def execution_infos @execution_infos end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def next_page_token @next_page_token end |