Class: Aws::CognitoIdentityProvider::Types::GetUICustomizationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ui_customizationTypes::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