Class: Aws::CognitoIdentityProvider::Types::GetUICustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetUICustomizationResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ui_customization ⇒ Types::UICustomizationType
Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.
Instance Attribute Details
#ui_customization ⇒ Types::UICustomizationType
Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.
6185 6186 6187 6188 6189 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6185 class GetUICustomizationResponse < Struct.new( :ui_customization) SENSITIVE = [] include Aws::Structure end |