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.
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 |