Class: Aws::Textract::Types::GetAdapterResponse

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 identifying the adapter that information has been retrieved for.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#adapter_nameString

The name of the requested adapter.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#auto_updateString

Binary value indicating if the adapter is being automatically updated or not.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The date and time the requested adapter was created at.

Returns:

  • (Time)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the requested adapter.

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#feature_typesArray<String>

List of the targeted feature types for the requested adapter.

Returns:

  • (Array<String>)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A set of tags (key-value pairs) associated with the adapter that has been retrieved.

Returns:

  • (Hash<String,String>)


1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1372

class GetAdapterResponse < Struct.new(
  :adapter_id,
  :adapter_name,
  :creation_time,
  :description,
  :feature_types,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end