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.
7891 7892 7893 7894 7895 7896 7897 7898 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7891 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.
7891 7892 7893 7894 7895 7896 7897 7898 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7891 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.
7891 7892 7893 7894 7895 7896 7897 7898 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7891 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.
7891 7892 7893 7894 7895 7896 7897 7898 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7891 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |