Class: Aws::CognitoIdentityProvider::Types::DeleteUserPoolRequest

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

Overview

Represents the request to delete a user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_idString

The user pool ID for the user pool you want to delete.

Returns:

  • (String)


3960
3961
3962
3963
3964
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3960

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