RemovePermissionRequest
public struct RemovePermissionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identification of the permission to remove. This is the label added using the AddPermission action.
Declaration
Swift
public let label: String
-
The URL of the Amazon SQS queue from which permissions are removed. Queue URLs and names are case-sensitive.
Declaration
Swift
public let queueUrl: String
-
Undocumented
Declaration
Swift
public init(label: String, queueUrl: String)