AWSTextractCreateAdapterVersionResponse
Objective-C
@interface AWSTextractCreateAdapterVersionResponse
Swift
class AWSTextractCreateAdapterVersionResponse
-
A string containing the unique ID for the adapter that has received a new version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable adapterId;
Swift
var adapterId: String? { get set }
-
A string describing the new version of the adapter.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable adapterVersion;
Swift
var adapterVersion: String? { get set }