AWSSNSTopic

Objective-C

@interface AWSSNSTopic

Swift

class AWSSNSTopic

A wrapper type for the topic’s Amazon Resource Name (ARN). To retrieve a topic’s attributes, use GetTopicAttributes.

  • The topic’s ARN.

    Declaration

    Objective-C

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

    Swift

    var topicArn: String? { get set }