Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolClientResponse

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

Overview

Represents the response from the server to create a user pool client.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_clientTypes::UserPoolClientType

The details of the new app client.



4288
4289
4290
4291
4292
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4288

class CreateUserPoolClientResponse < Struct.new(
  :user_pool_client)
  SENSITIVE = []
  include Aws::Structure
end