Class: Aws::CognitoIdentityProvider::Types::DeleteUserPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteUserPoolRequest
- 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
-
#user_pool_id ⇒ String
The ID of the user pool that you want to delete.
Instance Attribute Details
#user_pool_id ⇒ String
The ID of the user pool that you want to delete.
4967 4968 4969 4970 4971 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4967 class DeleteUserPoolRequest < Struct.new( :user_pool_id) SENSITIVE = [] include Aws::Structure end |