AWSSNSTagResourceRequest

Objective-C

@interface AWSSNSTagResourceRequest

Swift

class AWSSNSTagResourceRequest
  • The ARN of the topic to which to add tags.

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }
  • The tags to be added to the specified topic. A tag consists of a required key and an optional value.

    Declaration

    Objective-C

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

    Swift

    var tags: [AWSSNSTag]? { get set }