Class: Aws::Textract::Types::ListAdapterVersionsResponse

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

#adapter_versionsArray<Types::AdapterVersionOverview>

Adapter versions that match the filtering criteria specified when calling ListAdapters.

Returns:



2279
2280
2281
2282
2283
2284
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2279

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

#next_tokenString

Identifies the next page of results to return when listing adapter versions.

Returns:

  • (String)


2279
2280
2281
2282
2283
2284
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2279

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