Class: Aws::Textract::Types::CreateAdapterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::CreateAdapterResponse
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adapter_id ⇒ String
A string containing the unique ID for the adapter that has been created.
Instance Attribute Details
#adapter_id ⇒ String
A string containing the unique ID for the adapter that has been created.
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 |