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.
5077 5078 5079 5080 5081 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5077 class DescribeManagedLoginBrandingByClientResponse < Struct.new( :managed_login_branding) SENSITIVE = [] include Aws::Structure end |