AWSSNSSubscription

Objective-C

@interface AWSSNSSubscription

Swift

class AWSSNSSubscription

A wrapper type for the attributes of an Amazon SNS subscription.

  • The subscription’s endpoint (format depends on the protocol).

    Declaration

    Objective-C

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

    Swift

    var endpoint: String? { get set }
  • The subscription’s owner.

    Declaration

    Objective-C

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

    Swift

    var owner: String? { get set }
  • The subscription’s protocol.

    Declaration

    Objective-C

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

    Swift

    var protocols: String? { get set }
  • The subscription’s ARN.

    Declaration

    Objective-C

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

    Swift

    var subscriptionArn: String? { get set }
  • The ARN of the subscription’s topic.

    Declaration

    Objective-C

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

    Swift

    var topicArn: String? { get set }