Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingByClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingByClientResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_login_branding ⇒ Types::ManagedLoginBrandingType
The details of the requested branding style.
Instance Attribute Details
#managed_login_branding ⇒ Types::ManagedLoginBrandingType
The details of the requested branding style.
4994 4995 4996 4997 4998 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4994 class DescribeManagedLoginBrandingByClientResponse < Struct.new( :managed_login_branding) SENSITIVE = [] include Aws::Structure end |