DeleteUserPermissionsBoundaryRequest

public struct DeleteUserPermissionsBoundaryRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(userName: String)
  • Declaration

    Swift

    public func validate(name: String) throws