RemovePermissionInput
public struct RemovePermissionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique label of the statement you want to remove.
Declaration
Swift
public let label: String
-
The ARN of the topic whose access control policy you wish to modify.
Declaration
Swift
public let topicArn: String
-
Undocumented
Declaration
Swift
public init(label: String, topicArn: String)