UntagUserRequest
public struct UntagUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified user.
Declaration
Swift
public let tagKeys: [String] -
The name of the IAM user from which you want to remove tags. This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Declaration
Swift
public let userName: String -
Undocumented
Declaration
Swift
public init(tagKeys: [String], userName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagUserRequest Structure Reference