class Aws::CognitoIdentityProvider::Types::DeleteUserPoolClientRequest

Represents the request to delete a user pool client.

@note When making an API call, you may pass DeleteUserPoolClientRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      client_id: "ClientIdType", # required
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool where you want to delete the
client.
@return [String]

@!attribute [rw] client_id

The app client ID of the app associated with the user pool.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/DeleteUserPoolClientRequest AWS API Documentation

Constants

SENSITIVE