Class: Aws::CognitoIdentityProvider::Types::ListUsersInGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListUsersInGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier that you can use in a later request to return the next set of items in the list.
-
#users ⇒ Array<Types::UserType>
A list of users in the group, and their attributes.
Instance Attribute Details
#next_token ⇒ String
An identifier that you can use in a later request to return the next set of items in the list.
6470 6471 6472 6473 6474 6475 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6470 class ListUsersInGroupResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::UserType>
A list of users in the group, and their attributes.
6470 6471 6472 6473 6474 6475 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6470 class ListUsersInGroupResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |