Class: Aws::CognitoIdentityProvider::Types::SetUICustomizationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ui_customizationTypes::UICustomizationType

The UI customization information.



7666
7667
7668
7669
7670
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7666

class SetUICustomizationResponse < Struct.new(
  :ui_customization)
  SENSITIVE = []
  include Aws::Structure
end