Module: Aws::Textract::Client::_UpdateAdapterResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateAdapterResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#adapter_id::String

Returns:

  • (::String)


529
# File 'sig/client.rbs', line 529

def adapter_id: () -> ::String

#adapter_name::String

Returns:

  • (::String)


530
# File 'sig/client.rbs', line 530

def adapter_name: () -> ::String

#auto_update"ENABLED", "DISABLED"

Returns:

  • ("ENABLED", "DISABLED")


534
# File 'sig/client.rbs', line 534

def auto_update: () -> ("ENABLED" | "DISABLED")

#creation_time::Time

Returns:

  • (::Time)


531
# File 'sig/client.rbs', line 531

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


532
# File 'sig/client.rbs', line 532

def description: () -> ::String

#feature_types::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]

Returns:

  • (::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")])


533
# File 'sig/client.rbs', line 533

def feature_types: () -> ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]