Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingResponse

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 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