Class: Aws::CognitoIdentityProvider::Types::ListUsersInGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier that you can use in a later request to return the next set of items in the list.

Returns:

  • (String)


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

#usersArray<Types::UserType>

A list of users in the group, and their attributes.

Returns:



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