Class: Aws::CognitoIdentityProvider::Types::ListGroupsResponse

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 group objects for the groups.

Returns:



6025
6026
6027
6028
6029
6030
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6025

class ListGroupsResponse < 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)


6025
6026
6027
6028
6029
6030
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6025

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