Class: Aws::CognitoIdentityProvider::Types::SetUICustomizationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::SetUICustomizationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:client_id]
Instance Attribute Summary collapse
- 
  
    
      #client_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The client ID for the client app.
 - 
  
    
      #css  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CSS values in the UI customization.
 - 
  
    
      #image_file  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The uploaded logo image for the UI customization.
 - 
  
    
      #user_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user pool.
 
Instance Attribute Details
#client_id ⇒ String
The client ID for the client app.
      9780 9781 9782 9783 9784 9785 9786 9787  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9780 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#css ⇒ String
The CSS values in the UI customization.
      9780 9781 9782 9783 9784 9785 9786 9787  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9780 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#image_file ⇒ String
The uploaded logo image for the UI customization.
      9780 9781 9782 9783 9784 9785 9786 9787  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9780 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#user_pool_id ⇒ String
The ID of the user pool.
      9780 9781 9782 9783 9784 9785 9786 9787  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9780 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end  |