AWSSNSRemovePermissionInput
Objective-C
@interface AWSSNSRemovePermissionInput
Swift
class AWSSNSRemovePermissionInput
Input for RemovePermission action.
Required parameters: [TopicArn, Label]
-
The unique label of the statement you want to remove.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable label;Swift
var label: String? { get set } -
The ARN of the topic whose access control policy you wish to modify.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topicArn;Swift
var topicArn: String? { get set }
View on GitHub
Install in Dash
AWSSNSRemovePermissionInput Class Reference