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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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 ID of the user pool that you want to delete.

Returns:

  • (String)


5042
5043
5044
5045
5046
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5042

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