Class: Aws::CognitoIdentityProvider::Types::UICustomizationType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

A container for the UI customization information for the hosted UI in a user pool.

This data type is a response parameter of GetUICustomization.

Constant Summary collapse

SENSITIVE =
[:client_id]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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_dateTime

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.

Returns:

  • (Time)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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

#cssString

The CSS values in the UI customization. To get a template with your UI customization options, make a GetUiCustomization request.

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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_versionString

The CSS version number.

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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_urlString

A URL path to the hosted logo image of your UI customization.

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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_dateTime

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.

Returns:

  • (Time)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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_idString

The ID of the user pool with hosted UI customizations.

Returns:

  • (String)


10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10667

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