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.



4982
4983
4984
4985
4986
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4982

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