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.



5073
5074
5075
5076
5077
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5073

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