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 user pool client that was just created.



3404
3405
3406
3407
3408
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3404

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