Class: Aws::CognitoIdentityProvider::Types::SetUICustomizationRequest

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

Overview

Note:

When making an API call, you may pass SetUICustomizationRequest data as a hash:

{
  user_pool_id: "UserPoolIdType", # required
  client_id: "ClientIdType",
  css: "CSSType",
  image_file: "data",
}

Constant Summary collapse

SENSITIVE =
[:client_id]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The client ID for the client app.

Returns:

  • (String)


8270
8271
8272
8273
8274
8275
8276
8277
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8270

class SetUICustomizationRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :css,
  :image_file)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#cssString

The CSS values in the UI customization.

Returns:

  • (String)


8270
8271
8272
8273
8274
8275
8276
8277
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8270

class SetUICustomizationRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :css,
  :image_file)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#image_fileString

The uploaded logo image for the UI customization.

Returns:

  • (String)


8270
8271
8272
8273
8274
8275
8276
8277
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8270

class SetUICustomizationRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :css,
  :image_file)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


8270
8271
8272
8273
8274
8275
8276
8277
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8270

class SetUICustomizationRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :css,
  :image_file)
  SENSITIVE = [:client_id]
  include Aws::Structure
end