Method: Aws::CognitoIdentityProvider::Types::DeleteUserPoolClientRequest#client_id

Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

#client_idString

The ID of the user pool app client that you want to delete.

Returns:

  • (String)


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