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
show all
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

Instance Attribute Details

#client_id ⇒ String

The client ID for the client app.

Returns:

  • (String) —

    The client ID for the client app.

#creation_date ⇒ Time

The creation date for the UI customization.

Returns:

  • (Time) —

    The creation date for the UI customization.

#css ⇒ String

The CSS values in the UI customization.

Returns:

  • (String) —

    The CSS values in the UI customization.

#css_version ⇒ String

The CSS version number.

Returns:

  • (String) —

    The CSS version number.

#image_url ⇒ String

The logo image for the UI customization.

Returns:

  • (String) —

    The logo image for the UI customization.

#last_modified_date ⇒ Time

The last-modified date for the UI customization.

Returns:

  • (Time) —

    The last-modified date for the UI customization.

#user_pool_id ⇒ String

The user pool ID for the user pool.

Returns:

  • (String) —

    The user pool ID for the user pool.