Class: Aws::AlexaForBusiness::Types::SearchUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#total_count ⇒ Integer
The total number of users returned.
-
#users ⇒ Array<Types::UserData>
The users that meet the specified set of filter criteria, in sort order.
Instance Attribute Details
#next_token ⇒ String
The token returned to indicate that there is more data available.
4263 4264 4265 4266 4267 4268 4269 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4263 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of users returned.
4263 4264 4265 4266 4267 4268 4269 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4263 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::UserData>
The users that meet the specified set of filter criteria, in sort order.
4263 4264 4265 4266 4267 4268 4269 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4263 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |