AWSRekognitionListTagsForResourceResponse

Objective-C

@interface AWSRekognitionListTagsForResourceResponse

Swift

class AWSRekognitionListTagsForResourceResponse
  • A list of key-value tags assigned to the resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }