Class: Aws::Connect::Types::ListUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListUsersResponse
- Defined in:
- gems/aws-sdk-connect/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.
16307 16308 16309 16310 16311 16312 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16307 class ListUsersResponse < Struct.new( :user_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_summary_list ⇒ Array<Types::UserSummary>
Information about the users.
16307 16308 16309 16310 16311 16312 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16307 class ListUsersResponse < Struct.new( :user_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |