AWSTranslateListParallelDataResponse
Objective-C
@interface AWSTranslateListParallelDataResponse
Swift
class AWSTranslateListParallelDataResponse
-
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The properties of the parallel data resources returned by this request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTranslateParallelDataProperties *> *_Nullable parallelDataPropertiesList;
Swift
var parallelDataPropertiesList: [AWSTranslateParallelDataProperties]? { get set }