Class: Aws::Textract::Types::DeleteAdapterVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::DeleteAdapterVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adapter_id ⇒ String
A string containing a unique ID for the adapter version that will be deleted.
-
#adapter_version ⇒ String
Specifies the adapter version to be deleted.
Instance Attribute Details
#adapter_id ⇒ String
A string containing a unique ID for the adapter version that will be deleted.
871 872 873 874 875 876 |
# File 'lib/aws-sdk-textract/types.rb', line 871 class DeleteAdapterVersionRequest < Struct.new( :adapter_id, :adapter_version) SENSITIVE = [] include Aws::Structure end |
#adapter_version ⇒ String
Specifies the adapter version to be deleted.
871 872 873 874 875 876 |
# File 'lib/aws-sdk-textract/types.rb', line 871 class DeleteAdapterVersionRequest < Struct.new( :adapter_id, :adapter_version) SENSITIVE = [] include Aws::Structure end |