Class: Aws::Chime::Types::ListUsersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5876
5877
5878
5879
5880
5881
# File 'lib/aws-sdk-chime/types.rb', line 5876

class ListUsersResponse < Struct.new(
  :users,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#usersArray<Types::User>

List of users and user details.

Returns:



5876
5877
5878
5879
5880
5881
# File 'lib/aws-sdk-chime/types.rb', line 5876

class ListUsersResponse < Struct.new(
  :users,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end