Class: Aws::MWAAServerless::Types::ListWorkflowRunsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.

Returns:

  • (String)


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_runsArray<Types::WorkflowRunSummary>

A list of workflow run summaries for the specified workflow.

Returns:



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