Class: Aws::AlexaForBusiness::Types::SearchUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchUsersResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5213 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of users returned.
5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5213 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.
5213 5214 5215 5216 5217 5218 5219 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5213 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |