Class: Aws::EntityResolution::Types::ListMatchingWorkflowsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListMatchingWorkflowsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous API call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects returned per page.
2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2125 class ListMatchingWorkflowsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2125 class ListMatchingWorkflowsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |