Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolClientResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::CreateUserPoolClientResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #user_pool_client  ⇒ Types::UserPoolClientType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the new app client.
 
Instance Attribute Details
#user_pool_client ⇒ Types::UserPoolClientType
The details of the new app client.
      4341 4342 4343 4344 4345  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4341 class CreateUserPoolClientResponse < Struct.new( :user_pool_client) SENSITIVE = [] include Aws::Structure end  |