Class: Aws::CognitoIdentityProvider::Types::GetUICustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetUICustomizationResponse
- 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.
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 |