AWSSNSTag

Objective-C

@interface AWSSNSTag

Swift

class AWSSNSTag

The list of tags to be added to the specified topic.

Required parameters: [Key, Value]

  • key

    The required key portion of the tag.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable key;

    Swift

    var key: String? { get set }
  • The optional value portion of the tag.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }