Class: Aws::EntityResolution::Types::ListMatchingWorkflowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListMatchingWorkflowsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token from the previous API call.
-
#workflow_summaries ⇒ Array<Types::MatchingWorkflowSummary>
A list of
MatchingWorkflowSummaryobjects, each of which contain the fieldsworkflowName,workflowArn,resolutionType,createdAt, andupdatedAt.
Instance Attribute Details
#next_token ⇒ String
The pagination token from the previous API call.
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_summaries ⇒ Array<Types::MatchingWorkflowSummary>
A list of MatchingWorkflowSummary objects, each of which contain the fields workflowName, workflowArn, resolutionType, createdAt, and updatedAt.
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 |