Class: Aws::Textract::Types::ListAdaptersRequest

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

#after_creation_timeTime

Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.

Returns:

  • (Time)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2308

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

#before_creation_timeTime

Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.

Returns:

  • (Time)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2308

class ListAdaptersRequest < Struct.new(
  :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 adapters.

Returns:

  • (Integer)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2308

class ListAdaptersRequest < Struct.new(
  :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 adapters.

Returns:

  • (String)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2308

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