Method: Aws::Textract::Types::CreateAdapterRequest#adapter_name
- Defined in:
- lib/aws-sdk-textract/types.rb
#adapter_name ⇒ String
The name to be assigned to the adapter being created.
728 729 730 731 732 733 734 735 736 737 |
# File 'lib/aws-sdk-textract/types.rb', line 728 class CreateAdapterRequest < Struct.new( :adapter_name, :client_request_token, :description, :feature_types, :auto_update, :tags) SENSITIVE = [] include Aws::Structure end |