Class: Aws::CognitoIdentityProvider::Types::SetUICustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetUICustomizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ui_customization ⇒ Types::UICustomizationType
The UI customization information.
Instance Attribute Details
#ui_customization ⇒ Types::UICustomizationType
The UI customization information.
7904 7905 7906 7907 7908 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7904 class SetUICustomizationResponse < Struct.new( :ui_customization) SENSITIVE = [] include Aws::Structure end |