AWSTranslateTag
Objective-C
@interface AWSTranslateTag
Swift
class AWSTranslateTag
A key-value pair that adds as a metadata to a resource used by Amazon Translate.
Required parameters: [Key, Value]
-
The initial part of a key-value pair that forms a tag associated with a given resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;
Swift
var key: String? { get set }
-
The second part of a key-value pair that forms a tag associated with a given resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }