Class: Aws::CognitoIdentityProvider::Types::DeleteManagedLoginBrandingRequest

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_branding_idString

The ID of the managed login branding style that you want to delete.

Returns:

  • (String)


4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4781

class DeleteManagedLoginBrandingRequest < Struct.new(
  :managed_login_branding_id,
  :user_pool_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool that contains the managed login branding style that you want to delete.

Returns:

  • (String)


4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4781

class DeleteManagedLoginBrandingRequest < Struct.new(
  :managed_login_branding_id,
  :user_pool_id)
  SENSITIVE = []
  include Aws::Structure
end