Class: Aws::CognitoIdentityProvider::Types::SetUICustomizationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::SetUICustomizationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ui_customization  ⇒ Types::UICustomizationType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The UI customization information.
 
Instance Attribute Details
#ui_customization ⇒ Types::UICustomizationType
The UI customization information.
      9795 9796 9797 9798 9799  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9795 class SetUICustomizationResponse < Struct.new( :ui_customization) SENSITIVE = [] include Aws::Structure end  |