Class: Aws::Textract::Types::AdapterOverview

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb

Overview

Contains information on the adapter, including the adapter ID, Name, Creation time, and feature types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_idString

A unique identifier for the adapter resource.

Returns:

  • (String)


83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83

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

#adapter_nameString

A string naming the adapter resource.

Returns:

  • (String)


83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83

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

#creation_timeTime

The date and time that the adapter was created.

Returns:

  • (Time)


83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83

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

#feature_typesArray<String>

The feature types that the adapter is operating on.

Returns:

  • (Array<String>)


83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83

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