AWSSNSCreateTopicResponse

Objective-C

@interface AWSSNSCreateTopicResponse

Swift

class AWSSNSCreateTopicResponse

Response from CreateTopic action.

  • The Amazon Resource Name (ARN) assigned to the created topic.

    Declaration

    Objective-C

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

    Swift

    var topicArn: String? { get set }