AWSSQSListQueueTagsResult

Objective-C

@interface AWSSQSListQueueTagsResult

Swift

class AWSSQSListQueueTagsResult
  • The list of all tags added to the specified queue.

    Declaration

    Objective-C

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

    Swift

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