Class: Aws::CognitoIdentityProvider::Types::ListUserPoolClientsResponse

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

Overview

Represents the response from the server that lists user pool clients.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


6232
6233
6234
6235
6236
6237
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6232

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

#user_pool_clientsArray<Types::UserPoolClientDescription>

The user pool clients in the response that lists user pool clients.



6232
6233
6234
6235
6236
6237
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6232

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