Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingResponse
- 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.
5116 5117 5118 5119 5120 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5116 class DescribeManagedLoginBrandingResponse < Struct.new( :managed_login_branding) SENSITIVE = [] include Aws::Structure end |