You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::UICustomizationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UICustomizationType
- Defined in:
- (unknown)
Overview
A container for the UI customization information for a user pool's built-in app UI.
Returned by:
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.
#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.