Class: Aws::Textract::Types::ListAdapterVersionsRequest

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_idString

A string containing a unique ID for the adapter to match for when listing adapter versions.

Returns:

  • (String)


2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2257

class ListAdapterVersionsRequest < Struct.new(
  :adapter_id,
  :after_creation_time,
  :before_creation_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#after_creation_timeTime

Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

Returns:

  • (Time)


2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2257

class ListAdapterVersionsRequest < Struct.new(
  :adapter_id,
  :after_creation_time,
  :before_creation_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#before_creation_timeTime

Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

Returns:

  • (Time)


2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2257

class ListAdapterVersionsRequest < Struct.new(
  :adapter_id,
  :after_creation_time,
  :before_creation_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return when listing adapter versions.

Returns:

  • (Integer)


2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2257

class ListAdapterVersionsRequest < Struct.new(
  :adapter_id,
  :after_creation_time,
  :before_creation_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2257

class ListAdapterVersionsRequest < Struct.new(
  :adapter_id,
  :after_creation_time,
  :before_creation_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end