Class: Aws::Textract::Types::CreateAdapterResponse

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 the unique ID for the adapter that has been created.

Returns:

  • (String)


746
747
748
749
750
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 746

class CreateAdapterResponse < Struct.new(
  :adapter_id)
  SENSITIVE = []
  include Aws::Structure
end