Method: Aws::CognitoIdentityProvider::Types::DeleteUserPoolClientRequest#client_id
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
#client_id ⇒ String
The ID of the user pool app client that you want to delete.
5075 5076 5077 5078 5079 5080 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5075 class DeleteUserPoolClientRequest < Struct.new( :user_pool_id, :client_id) SENSITIVE = [:client_id] include Aws::Structure end |