AWSTranslateListTagsForResourceResponse

Objective-C

@interface AWSTranslateListTagsForResourceResponse

Swift

class AWSTranslateListTagsForResourceResponse
  • Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Translate. For example, a tag with “Sales” as the key might be added to a resource to indicate its use by the sales department.

    Declaration

    Objective-C

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

    Swift

    var tags: [AWSTranslateTag]? { get set }