Class: Aws::EntityResolution::Types::ListIdMappingWorkflowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListIdMappingWorkflowsOutput
- Defined in:
- gems/aws-sdk-entityresolution/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::IdMappingWorkflowSummary>
A list of
IdMappingWorkflowSummary
objects.
Instance Attribute Details
#next_token ⇒ String
The pagination token from the previous API call.
1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1930 class ListIdMappingWorkflowsOutput < Struct.new( :next_token, :workflow_summaries) SENSITIVE = [] include Aws::Structure end |
#workflow_summaries ⇒ Array<Types::IdMappingWorkflowSummary>
A list of IdMappingWorkflowSummary
objects.
1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1930 class ListIdMappingWorkflowsOutput < Struct.new( :next_token, :workflow_summaries) SENSITIVE = [] include Aws::Structure end |