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

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_branding_idString

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

Returns:

  • (String)


4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4918

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