Class: Aws::Types::ListWorkflowBuildVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowBuildVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workflow_summary_list ⇒ ::Array[Types::WorkflowSummary]
Returns the value of attribute workflow_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def next_token @next_token end |
#workflow_summary_list ⇒ ::Array[Types::WorkflowSummary]
Returns the value of attribute workflow_summary_list.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def workflow_summary_list @workflow_summary_list end |