Class: Aws::CognitoIdentityProvider::Types::UpdateManagedLoginBrandingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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 branding style that you updated.



11660
11661
11662
11663
11664
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11660

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