Class: Aws::EntityResolution::Types::ListMatchingWorkflowsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-entityresolution/types.rb', line 2144

class ListMatchingWorkflowsOutput < Struct.new(
  :workflow_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_summariesArray<Types::MatchingWorkflowSummary>

A list of MatchingWorkflowSummary objects, each of which contain the fields workflowName, workflowArn, resolutionType, createdAt, and updatedAt.

Returns:



2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-entityresolution/types.rb', line 2144

class ListMatchingWorkflowsOutput < Struct.new(
  :workflow_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end