Module: Aws::Textract::Client::_UpdateAdapterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAdapterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #adapter_id ⇒ ::String
- #adapter_name ⇒ ::String
- #auto_update ⇒ "ENABLED", "DISABLED"
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Instance Method Details
#adapter_id ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def adapter_id: () -> ::String
|
#adapter_name ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def adapter_name: () -> ::String
|
#auto_update ⇒ "ENABLED", "DISABLED"
534 |
# File 'sig/client.rbs', line 534
def auto_update: () -> ("ENABLED" | "DISABLED")
|
#creation_time ⇒ ::Time
531 |
# File 'sig/client.rbs', line 531
def creation_time: () -> ::Time
|
#description ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def description: () -> ::String
|
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
533 |
# File 'sig/client.rbs', line 533
def feature_types: () -> ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
|