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_idString

The client ID for the client app.

Returns:

  • (String)

    The client ID for the client app.

#creation_dateTime

The creation date for the UI customization.

Returns:

  • (Time)

    The creation date for the UI customization.

#cssString

The CSS values in the UI customization.

Returns:

  • (String)

    The CSS values in the UI customization.

#css_versionString

The CSS version number.

Returns:

  • (String)

    The CSS version number.

#image_urlString

The logo image for the UI customization.

Returns:

  • (String)

    The logo image for the UI customization.

#last_modified_dateTime

The last-modified date for the UI customization.

Returns:

  • (Time)

    The last-modified date for the UI customization.

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)

    The user pool ID for the user pool.