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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


6323
6324
6325
6326
6327
6328
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6323

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:



6323
6324
6325
6326
6327
6328
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6323

class ListUsersInGroupResponse < Struct.new(
  :users,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end