Class: Aws::EntityResolution::Types::ListIdMappingWorkflowsOutput

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)


2171
2172
2173
2174
2175
2176
# File 'lib/aws-sdk-entityresolution/types.rb', line 2171

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

#workflow_summariesArray<Types::IdMappingWorkflowSummary>

A list of IdMappingWorkflowSummary objects.



2171
2172
2173
2174
2175
2176
# File 'lib/aws-sdk-entityresolution/types.rb', line 2171

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