DescribeUserResponse

public struct DescribeUserResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A system-assigned unique identifier for a file transfer protocol-enabled server that has this user assigned.

    Declaration

    Swift

    public let serverId: String
  • An array containing the properties of the user account for the ServerID value that you specified.

    Declaration

    Swift

    public let user: DescribedUser
  • Undocumented

    Declaration

    Swift

    public init(serverId: String, user: DescribedUser)