Module: Aws::Textract::Client::_GetAdapterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAdapterResponse]
- 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")]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#adapter_id ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def adapter_id: () -> ::String
|
#adapter_name ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def adapter_name: () -> ::String
|
#auto_update ⇒ "ENABLED", "DISABLED"
224 |
# File 'sig/client.rbs', line 224
def auto_update: () -> ("ENABLED" | "DISABLED")
|
#creation_time ⇒ ::Time
221 |
# File 'sig/client.rbs', line 221
def creation_time: () -> ::Time
|
#description ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def description: () -> ::String
|
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
223 |
# File 'sig/client.rbs', line 223
def feature_types: () -> ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
|
#tags ⇒ ::Hash[::String, ::String]
225 |
# File 'sig/client.rbs', line 225
def tags: () -> ::Hash[::String, ::String]
|