Class: Aws::MWAAServerless::Types::ListWorkflowRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::ListWorkflowRunsResponse
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token you need to use to retrieve the next set of results.
-
#workflow_runs ⇒ Array<Types::WorkflowRunSummary>
A list of workflow run summaries for the specified workflow.
Instance Attribute Details
#next_token ⇒ String
The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.
742 743 744 745 746 747 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 742 class ListWorkflowRunsResponse < Struct.new( :workflow_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_runs ⇒ Array<Types::WorkflowRunSummary>
A list of workflow run summaries for the specified workflow.
742 743 744 745 746 747 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 742 class ListWorkflowRunsResponse < Struct.new( :workflow_runs, :next_token) SENSITIVE = [] include Aws::Structure end |