Class: Aws::Connect::Types::ListUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#user_summary_list ⇒ Array<Types::UserSummary>
Information about the users.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14431 14432 14433 14434 14435 14436 |
# File 'lib/aws-sdk-connect/types.rb', line 14431 class ListUsersResponse < Struct.new( :user_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_summary_list ⇒ Array<Types::UserSummary>
Information about the users.
14431 14432 14433 14434 14435 14436 |
# File 'lib/aws-sdk-connect/types.rb', line 14431 class ListUsersResponse < Struct.new( :user_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |