AWSTextractListTagsForResourceResponse

Objective-C

@interface AWSTextractListTagsForResourceResponse

Swift

class AWSTextractListTagsForResourceResponse
  • A set of tags (key-value pairs) that are part of the requested resource.

    Declaration

    Objective-C

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

    Swift

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