AWSSNSSubscribeResponse
Objective-C
@interface AWSSNSSubscribeResponse
Swift
class AWSSNSSubscribeResponse
Response for Subscribe action.
-
The ARN of the subscription if it is confirmed, or the string “pending confirmation” if the subscription requires confirmation. However, if the API request parameter
ReturnSubscriptionArnis true, then the value is always the subscription ARN, even if the subscription requires confirmation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subscriptionArn;Swift
var subscriptionArn: String? { get set }
View on GitHub
Install in Dash
AWSSNSSubscribeResponse Class Reference