UpdateUserResponse

public struct UpdateUserResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is assigned to.

    Declaration

    Swift

    public let serverId: String
  • The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was specified in the request.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(serverId: String, userName: String)