AWSSNSDeleteTopicInput

Objective-C

@interface AWSSNSDeleteTopicInput

Swift

class AWSSNSDeleteTopicInput
  • The ARN of the topic you want to delete.

    Declaration

    Objective-C

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

    Swift

    var topicArn: String? { get set }