Class: Aws::CognitoIdentityProvider::Types::CreateManagedLoginBrandingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateManagedLoginBrandingResponse
- 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 branding style that you created.
Instance Attribute Details
#managed_login_branding ⇒ Types::ManagedLoginBrandingType
The details of the branding style that you created.
3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3922 class CreateManagedLoginBrandingResponse < Struct.new( :managed_login_branding) SENSITIVE = [] include Aws::Structure end |