AWSTranslateListTerminologiesResponse

Objective-C

@interface AWSTranslateListTerminologiesResponse

Swift

class AWSTranslateListTerminologiesResponse
  • If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The properties list of the custom terminologies returned on the list request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTranslateTerminologyProperties *> *_Nullable terminologyPropertiesList;

    Swift

    var terminologyPropertiesList: [AWSTranslateTerminologyProperties]? { get set }