AWSSNSListTagsForResourceResponse

Objective-C

@interface AWSSNSListTagsForResourceResponse

Swift

class AWSSNSListTagsForResourceResponse
  • The tags associated with the specified topic.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSNSTag *> *_Nullable tags;

    Swift

    var tags: [AWSSNSTag]? { get set }