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 user pool ID for the user pool.
Instance Attribute Details
#client_id ⇒ String
The client ID for the client app.
7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7772 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.
7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7772 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.
7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7772 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7772 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |