AWSTranslateListParallelDataRequest

Objective-C

@interface AWSTranslateListParallelDataRequest

Swift

class AWSTranslateListParallelDataRequest
  • The maximum number of parallel data resources returned for each request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • A string that specifies the next page of results to return in a paginated response.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }