Class: Aws::Textract::Types::UpdateAdapterResponse

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 that has been updated.

Returns:

  • (String)


3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3186

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

#adapter_nameString

A string containing the name of the adapter that has been updated.

Returns:

  • (String)


3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3186

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

#auto_updateString

The auto-update status of the adapter that has been updated.

Returns:

  • (String)


3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3186

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

#creation_timeTime

An object specifying the creation time of the the adapter that has been updated.

Returns:

  • (Time)


3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3186

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

#descriptionString

A string containing the description of the adapter that has been updated.

Returns:

  • (String)


3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3186

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

#feature_typesArray<String>

List of the targeted feature types for the updated adapter.

Returns:

  • (Array<String>)


3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3186

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