Class: Aws::CognitoIdentityProvider::Types::UpdateManagedLoginBrandingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateManagedLoginBrandingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_login_branding ⇒ Types::ManagedLoginBrandingType
The details of the branding style that you updated.
Instance Attribute Details
#managed_login_branding ⇒ Types::ManagedLoginBrandingType
The details of the branding style that you updated.
11628 11629 11630 11631 11632 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11628 class UpdateManagedLoginBrandingResponse < Struct.new( :managed_login_branding) SENSITIVE = [] include Aws::Structure end |