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

Class: Aws::AlexaForBusiness::Types::SearchUsersResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)

    The token returned to indicate that there is more data available.

#total_countInteger

The total number of users returned.

Returns:

  • (Integer)

    The total number of users returned.

#usersArray<Types::UserData>

The users that meet the specified set of filter criteria, in sort order.

Returns:

  • (Array<Types::UserData>)

    The users that meet the specified set of filter criteria, in sort order.