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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1934

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

#workflow_summariesArray<Types::MatchingWorkflowSummary>

A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.

Returns:



1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1934

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