Class: Aws::Types::ListWorkflowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workflow_version_list ⇒ ::Array[Types::WorkflowVersion]
Returns the value of attribute workflow_version_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def next_token @next_token end |
#workflow_version_list ⇒ ::Array[Types::WorkflowVersion]
Returns the value of attribute workflow_version_list.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def workflow_version_list @workflow_version_list end |