Class: Aws::CognitoIdentityProvider::Types::DescribeManagedLoginBrandingByClientRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:client_id]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The app client that's assigned to the branding style that you want more information about.

Returns:

  • (String)


4980
4981
4982
4983
4984
4985
4986
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4980

class DescribeManagedLoginBrandingByClientRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :return_merged_resources)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#return_merged_resourcesBoolean

When true, returns values for branding options that are unchanged from Amazon Cognito defaults. When false or when you omit this parameter, returns only values that you customized in your branding style.

Returns:

  • (Boolean)


4980
4981
4982
4983
4984
4985
4986
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4980

class DescribeManagedLoginBrandingByClientRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :return_merged_resources)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool that contains the app client where you want more information about the managed login branding style.

Returns:

  • (String)


4980
4981
4982
4983
4984
4985
4986
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4980

class DescribeManagedLoginBrandingByClientRequest < Struct.new(
  :user_pool_id,
  :client_id,
  :return_merged_resources)
  SENSITIVE = [:client_id]
  include Aws::Structure
end