Class: Aws::CognitoIdentityProvider::Types::AdminListGroupsForUserResponse

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

#groupsArray<Types::GroupType>

The groups that the user belongs to.

Returns:



1246
1247
1248
1249
1250
1251
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1246

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

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


1246
1247
1248
1249
1250
1251
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1246

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