UntagRoleRequest

public struct UntagRoleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the IAM role 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 roleName: String
  • A list of key names as a simple array of strings. The tags with matching keys are removed from the specified role.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(roleName: String, tagKeys: [String])
  • Declaration

    Swift

    public func validate(name: String) throws