AWSTranslateTagResourceRequest

Objective-C

@interface AWSTranslateTagResourceRequest

Swift

class AWSTranslateTagResourceRequest
  • The Amazon Resource Name (ARN) of the given Amazon Translate resource to which you want to associate the tags.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }
  • Tags being associated with a specific Amazon Translate resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTranslateTag *> *_Nullable tags;

    Swift

    var tags: [AWSTranslateTag]? { get set }