Class: Aws::CognitoIdentityProvider::Types::UICustomizationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UICustomizationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
A container for the UI customization information for a user pool's built-in app UI.
Constant Summary collapse
- SENSITIVE =
[:client_id]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID for the client app.
-
#creation_date ⇒ Time
The creation date for the UI customization.
-
#css ⇒ String
The CSS values in the UI customization.
-
#css_version ⇒ String
The CSS version number.
-
#image_url ⇒ String
The logo image for the UI customization.
-
#last_modified_date ⇒ Time
The last-modified date 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.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |
#creation_date ⇒ Time
The creation date for the UI customization.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |
#css ⇒ String
The CSS values in the UI customization.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |
#css_version ⇒ String
The CSS version number.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |
#image_url ⇒ String
The logo image for the UI customization.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |
#last_modified_date ⇒ Time
The last-modified date for the UI customization.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8865 class UICustomizationType < Struct.new( :user_pool_id, :client_id, :image_url, :css, :css_version, :last_modified_date, :creation_date) SENSITIVE = [:client_id] include Aws::Structure end |