AWSComprehendListTagsForResourceResponse
Objective-C
@interface AWSComprehendListTagsForResourceResponse
Swift
class AWSComprehendListTagsForResourceResponse
-
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
Tags associated with the Amazon Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. 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<AWSComprehendTag *> *_Nullable tags;
Swift
var tags: [AWSComprehendTag]? { get set }