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

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)


1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1824

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

#workflow_summariesArray<Types::IdMappingWorkflowSummary>

A list of IdMappingWorkflowSummary objects.



1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1824

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