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 date and time when the item was created.
-
#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 date and time when the item was modified.
-
#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.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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 date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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 date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8596 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 |