AWSRekognitionListTagsForResourceRequest
Objective-C
@interface AWSRekognitionListTagsForResourceRequest
Swift
class AWSRekognitionListTagsForResourceRequest
-
Amazon Resource Name (ARN) of the model, collection, or stream processor that contains the tags that you want a list of.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }