You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Transfer::Types::ListUsersResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.

Returns:

  • (String)

    When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output.

#server_idString

A system-assigned unique identifier for a server that the users are assigned to.

Returns:

  • (String)

    A system-assigned unique identifier for a server that the users are assigned to.

#usersArray<Types::ListedUser>

Returns the user accounts and their properties for the ServerId value that you specify.

Returns:

  • (Array<Types::ListedUser>)

    Returns the user accounts and their properties for the ServerId value that you specify.