AWSTextractUpdateAdapterRequest

Objective-C

@interface AWSTextractUpdateAdapterRequest

Swift

class AWSTextractUpdateAdapterRequest
  • A string containing a unique ID for the adapter that will be updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable adapterId;

    Swift

    var adapterId: String? { get set }
  • The new name to be applied to the adapter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable adapterName;

    Swift

    var adapterName: String? { get set }
  • The new auto-update status to be applied to the adapter.

    Declaration

    Objective-C

    @property (nonatomic) AWSTextractAutoUpdate autoUpdate;

    Swift

    var autoUpdate: AWSTextractAutoUpdate { get set }
  • The new description to be applied to the adapter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }