AWSTranslateUpdateParallelDataResponse

Objective-C

@interface AWSTranslateUpdateParallelDataResponse

Swift

class AWSTranslateUpdateParallelDataResponse
  • The time that the most recent update was attempted.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable latestUpdateAttemptAt;

    Swift

    var latestUpdateAttemptAt: Date? { get set }
  • The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

    Declaration

    Objective-C

    @property (nonatomic) AWSTranslateParallelDataStatus latestUpdateAttemptStatus;

    Swift

    var latestUpdateAttemptStatus: AWSTranslateParallelDataStatus { get set }
  • The name of the parallel data resource being updated.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.

    Declaration

    Objective-C

    @property (nonatomic) AWSTranslateParallelDataStatus status;

    Swift

    var status: AWSTranslateParallelDataStatus { get set }