Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingByClientResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_login_brandingTypes::ManagedLoginBrandingType

The details of the requested branding style.



5149
5150
5151
5152
5153
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5149

class DescribeManagedLoginBrandingByClientResponse < Struct.new(
  :managed_login_branding)
  SENSITIVE = []
  include Aws::Structure
end