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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPoolClient.html

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)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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.

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUiCustomization.html

Returns:

  • (String)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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)


10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10337

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