Class: Aws::CognitoIdentityProvider::Types::SetUICustomizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetUICustomizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_id]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID for the client app.
-
#css ⇒ String
The CSS values in the UI customization.
-
#image_file ⇒ String
The uploaded logo image for the UI customization.
-
#user_pool_id ⇒ String
The user pool ID for the user pool.
Instance Attribute Details
#client_id ⇒ String
The client ID for the client app.
9460 9461 9462 9463 9464 9465 9466 9467 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9460 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |
#css ⇒ String
The CSS values in the UI customization.
9460 9461 9462 9463 9464 9465 9466 9467 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9460 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |
#image_file ⇒ String
The uploaded logo image for the UI customization.
9460 9461 9462 9463 9464 9465 9466 9467 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9460 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
9460 9461 9462 9463 9464 9465 9466 9467 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9460 class SetUICustomizationRequest < Struct.new( :user_pool_id, :client_id, :css, :image_file) SENSITIVE = [:client_id] include Aws::Structure end |