Class: Aws::Textract::Types::ListAdaptersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adaptersArray<Types::AdapterOverview>

A list of adapters that matches the filtering criteria specified when calling ListAdapters.

Returns:



2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2328

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

#next_tokenString

Identifies the next page of results to return when listing adapters.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2328

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