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.
5129 5130 5131 5132 5133 5134 5135 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5129 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of users returned.
5129 5130 5131 5132 5133 5134 5135 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5129 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.
5129 5130 5131 5132 5133 5134 5135 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5129 class SearchUsersResponse < Struct.new( :users, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |