Class: Aws::Textract::Types::CreateAdapterVersionResponse

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 received a new version.

Returns:

  • (String)


837
838
839
840
841
842
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 837

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

#adapter_versionString

A string describing the new version of the adapter.

Returns:

  • (String)


837
838
839
840
841
842
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 837

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