class Aws::Chime::Types::ListUsersRequest

@note When making an API call, you may pass ListUsersRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      user_email: "EmailAddress",
      user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] user_email

Optional. The user email address used to filter results. Maximum 1.
@return [String]

@!attribute [rw] user_type

The user type.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call. Defaults
to 100.
@return [Integer]

@!attribute [rw] next_token

The token to use to retrieve the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListUsersRequest AWS API Documentation

Constants

SENSITIVE