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

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.



6309
6310
6311
6312
6313
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6309

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